diff options
author | Marc G. Fournier | 1997-01-25 19:25:05 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-25 19:25:05 +0000 |
commit | 378a2c11025c294260c7e45b2ae63c4dcf277953 (patch) | |
tree | 0f58a80bc3085826b901d67ea2b4ce28c6d10b98 /src | |
parent | c7b51597135da5c582b24af8e1598c48f87f1301 (diff) |
Remove -lsocket -lnsl from X11_LIB, since it should be added on a port-by-port
basis, as its only specific to certain OSs
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 2d4bbfb2130..2cd759b8124 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -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 ############################################################################## # |