mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Allow -Bsymbolic on BSDI for ODBC.
This commit is contained in:
parent
3f4d68cc7b
commit
8814d1b2e7
@ -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.9 2001/02/10 05:50:27 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/odbc/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.
|
# BSD/OS fails with libc and crt1.o undefined symbols without this.
|
||||||
# bjm 2001-02-09
|
# bjm 2001-02-09
|
||||||
#
|
#
|
||||||
ifneq ($(PORTNAME), bsdi)
|
|
||||||
LINK.shared += $(shlib_symbolic)
|
LINK.shared += $(shlib_symbolic)
|
||||||
|
ifeq ($(PORTNAME), bsdi)
|
||||||
|
SHLIB_LINK += -lc -R /usr/lib/crt1.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
odbc_headers = isql.h isqlext.h iodbc.h
|
odbc_headers = isql.h isqlext.h iodbc.h
|
||||||
|
Loading…
Reference in New Issue
Block a user