File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22#
33# GNUMakefile for psqlodbc (Postgres ODBC driver)
44#
5- # $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.10 2001/02/10 11:31:35 momjian Exp $
5+ # $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.11 2001/02/10 15:59:16 momjian Exp $
66#
77# -------------------------------------------------------------------------
88
@@ -36,9 +36,11 @@ 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)
3940LINK.shared += $(shlib_symbolic )
40- ifeq ($(PORTNAME ) , bsdi)
41- SHLIB_LINK += -lc -R /usr/lib/crt1.o
41+ else
42+ LINK.shared = gcc -shared -Wl,-Bsymbolic,-soname,$(soname )
43+ SHLIB_LINK += -lc
4244endif
4345
4446odbc_headers = isql.h isqlext.h iodbc.h
You can’t perform that action at this time.
0 commit comments