Link ODBC driver with -lnsl and -lsocket, for Solaris.

reported by Bob Deblier (bob@virtualunlimited.com)
This commit is contained in:
Peter Eisentraut 2001-09-11 23:27:10 +00:00
parent 3278314847
commit 9b35cce9ee
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#
# GNUMakefile for psqlodbc (Postgres ODBC driver)
#
# $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 $
#
#-------------------------------------------------------------------------
@ -27,7 +27,7 @@ ifdef MULTIBYTE
OBJS += multibyte.o
endif
SHLIB_LINK = $(filter -lm, $(LIBS))
SHLIB_LINK = $(filter -lm -lnsl -lsocket, $(LIBS))
all: all-lib