Skip to content

Commit 378a2c1

Browse files
committed
Remove -lsocket -lnsl from X11_LIB, since it should be added on a port-by-port
basis, as its only specific to certain OSs
1 parent c7b5159 commit 378a2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.100 1997/01/25 19:23:43 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.101 1997/01/25 19:25:05 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -219,7 +219,7 @@ TK_LIB= -ltk4.1
219219

220220
X11_INCDIR= /usr/include
221221
X11_LIBDIR= /usr/lib
222-
X11_LIB= -lX11 -lsocket -lnsl
222+
X11_LIB= -lX11
223223

224224
##############################################################################
225225
#

0 commit comments

Comments
 (0)