From: Bruce Momjian Date: Sat, 10 Feb 2001 11:31:35 +0000 (+0000) Subject: Allow -Bsymbolic on BSDI for ODBC. X-Git-Tag: REL7_1~44 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=db3093bcf24b7d3f25d94d9ef0cfbec2f8ca41a7;p=psqlodbc.git Allow -Bsymbolic on BSDI for ODBC. --- diff --git a/GNUmakefile b/GNUmakefile index 50b6d23..f9a2f8d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ # # GNUMakefile for psqlodbc (Postgres ODBC driver) # -# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile,v 1.9 2001/02/10 05:50:27 momjian Exp $ +# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile,v 1.10 2001/02/10 11:31:35 momjian Exp $ # #------------------------------------------------------------------------- @@ -36,8 +36,9 @@ include $(top_srcdir)/src/Makefile.shlib # BSD/OS fails with libc and crt1.o undefined symbols without this. # bjm 2001-02-09 # -ifneq ($(PORTNAME), bsdi) LINK.shared += $(shlib_symbolic) +ifeq ($(PORTNAME), bsdi) +SHLIB_LINK += -lc -R /usr/lib/crt1.o endif odbc_headers = isql.h isqlext.h iodbc.h