Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8814d1b

Browse files
committed
Allow -Bsymbolic on BSDI for ODBC.
1 parent 3f4d68c commit 8814d1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/interfaces/odbc/GNUmakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GNUMakefile for psqlodbc (Postgres ODBC driver)
44
#
5-
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.9 2001/02/10 05:50:27 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.10 2001/02/10 11:31:35 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -36,8 +36,9 @@ include $(top_srcdir)/src/Makefile.shlib
3636
# BSD/OS fails with libc and crt1.o undefined symbols without this.
3737
# bjm 2001-02-09
3838
#
39-
ifneq ($(PORTNAME), bsdi)
4039
LINK.shared += $(shlib_symbolic)
40+
ifeq ($(PORTNAME), bsdi)
41+
SHLIB_LINK += -lc -R /usr/lib/crt1.o
4142
endif
4243

4344
odbc_headers = isql.h isqlext.h iodbc.h

0 commit comments

Comments
 (0)