8000 Okay D'Arcy...found a purpose to Makefile.custom *grin*: · s-monk/postgres@457ed3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 457ed3d

Browse files
committed
Okay D'Arcy...found a purpose to Makefile.custom *grin*:
# If your OS requires these libraries, they should be put in # Makefile.custom with a line similar to: # X11_LIB+= -lsocket -lnsl Actually, those should probably go into the ports/Makefile.inc's, but...
1 parent 7c5d748 commit 457ed3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Makefile.global

Lines changed: 5 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.19.2.12 1996/10/25 09:24:56 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.13 1996/10/25 09:26:56 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -226,7 +226,10 @@ TK_LIB = -ltk4.1
226226

227227
X11_INCDIR = /usr/include
228228
X11_LIBDIR = /usr/lib
229-
X11_LIB = -lX11 -lsocket -lnsl
229+
# If your OS requires these libraries, they should be put in
230+
# Makefile.custom with a line similar to:
231+
# X11_LIB+= -lsocket -lnsl
232+
X11_LIB = -lX11
230233

231234
#
232235
# include port specific rules and variables. For instance:

0 commit comments

Comments
 (0)
0