Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4d68c commit 8814d1bCopy full SHA for 8814d1b
src/interfaces/odbc/GNUmakefile
@@ -2,7 +2,7 @@
2
#
3
# GNUMakefile for psqlodbc (Postgres ODBC driver)
4
5
-# $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 $
6
7
#-------------------------------------------------------------------------
8
@@ -36,8 +36,9 @@ include $(top_srcdir)/src/Makefile.shlib
36
# BSD/OS fails with libc and crt1.o undefined symbols without this.
37
# bjm 2001-02-09
38
39
-ifneq ($(PORTNAME), bsdi)
40
LINK.shared += $(shlib_symbolic)
+ifeq ($(PORTNAME), bsdi)
41
+SHLIB_LINK += -lc -R /usr/lib/crt1.o
42
endif
43
44
odbc_headers = isql.h isqlext.h iodbc.h
0 commit comments