From 983f20b8477c96486ad717a31d2303bfcbfa62c7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 10 Feb 2001 11:31:35 +0000 Subject: [PATCH] Allow -Bsymbolic on BSDI for ODBC. --- src/interfaces/odbc/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interfaces/odbc/GNUmakefile b/src/interfaces/odbc/GNUmakefile index 26f8edaa1c..a7835e4d67 100644 --- a/src/interfaces/odbc/GNUmakefile +++ b/src/interfaces/odbc/GNUmakefile @@ -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 -- 2.39.5