Allow -Bsymbolic on BSDI for ODBC.
authorBruce Momjian <bruce@momjian.us>
Sat, 10 Feb 2001 11:31:35 +0000 (11:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 10 Feb 2001 11:31:35 +0000 (11:31 +0000)
src/interfaces/odbc/GNUmakefile

index 26f8edaa1c226eb888ed12c654353127f545812a..a7835e4d67279b0810f18a348e43308dc2a3816d 100644 (file)
@@ -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