Commit 9b35cce9 authored by Peter Eisentraut's avatar Peter Eisentraut

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

reported by Bob Deblier (bob@virtualunlimited.com)
parent 32783148
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# GNUMakefile for psqlodbc (Postgres ODBC driver) # 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 ...@@ -27,7 +27,7 @@ ifdef MULTIBYTE
OBJS += multibyte.o OBJS += multibyte.o
endif endif
SHLIB_LINK = $(filter -lm, $(LIBS)) SHLIB_LINK = $(filter -lm -lnsl -lsocket, $(LIBS))
all: all-lib all: all-lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment