]> granicus.if.org Git - postgresql/commitdiff
Remove -lsocket -lnsl from X11_LIB, since it should be added on a port-by-port
authorMarc G. Fournier <scrappy@hub.org>
Sat, 25 Jan 1997 19:25:05 +0000 (19:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 25 Jan 1997 19:25:05 +0000 (19:25 +0000)
basis, as its only specific to certain OSs

src/Makefile.global

index 2d4bbfb21309e030d322348d89bb20ce99931385..2cd759b8124fb7ddb7800cfd3a156467010c399b 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.100 1997/01/25 19:23:43 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.101 1997/01/25 19:25:05 scrappy Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the 
@@ -219,7 +219,7 @@ TK_LIB= -ltk4.1
 
 X11_INCDIR= /usr/include
 X11_LIBDIR= /usr/lib
-X11_LIB= -lX11 -lsocket -lnsl
+X11_LIB= -lX11 
 
 ##############################################################################
 #