#
# 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 $
#
#-------------------------------------------------------------------------
# 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