Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9b35cce

Browse files
committed
Link ODBC driver with -lnsl and -lsocket, for Solaris.
reported by Bob Deblier (bob@virtualunlimited.com)
1 parent 3278314 commit 9b35cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/odbc/GNUmakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GNUMakefile for psqlodbc (Postgres ODBC driver)
44
#
5-
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.18 2001/08/27 00:38:55 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.19 2001/09/11 23:27:10 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -27,7 +27,7 @@ ifdef MULTIBYTE
2727
OBJS += multibyte.o
2828
endif
2929

30-
SHLIB_LINK = $(filter -lm, $(LIBS))
30+
SHLIB_LINK = $(filter -lm -lnsl -lsocket, $(LIBS))
3131

3232
all: all-lib
3333

0 commit comments

Comments
 (0)