We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3278314 commit 9b35cceCopy full SHA for 9b35cce
src/interfaces/odbc/GNUmakefile
@@ -2,7 +2,7 @@
2
#
3
# GNUMakefile for psqlodbc (Postgres ODBC driver)
4
5
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.18 2001/08/27 00:38:55 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.19 2001/09/11 23:27:10 petere Exp $
6
7
#-------------------------------------------------------------------------
8
@@ -27,7 +27,7 @@ ifdef MULTIBYTE
27
OBJS += multibyte.o
28
endif
29
30
-SHLIB_LINK = $(filter -lm, $(LIBS))
+SHLIB_LINK = $(filter -lm -lnsl -lsocket, $(LIBS))
31
32
all: all-lib
33
0 commit comments