mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Link ODBC driver with -lnsl and -lsocket, for Solaris.
reported by Bob Deblier (bob@virtualunlimited.com)
This commit is contained in:
parent
3278314847
commit
9b35cce9ee
@ -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
|
|||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user