|
2 | 2 | #
|
3 | 3 | # GNUMakefile for psqlodbc (Postgres ODBC driver)
|
4 | 4 | #
|
5 |
| -# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.9 2001/02/1005:50:27 momjian Exp $ |
| 5 | +# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.10 2001/02/1011:31:35 momjian Exp $ |
6 | 6 | #
|
7 | 7 | #-------------------------------------------------------------------------
|
8 | 8 |
|
@@ -36,8 +36,9 @@ include $(top_srcdir)/src/Makefile.shlib
|
36 | 36 | # BSD/OS fails with libc and crt1.o undefined symbols without this.
|
37 | 37 | # bjm 2001-02-09
|
38 | 38 | #
|
39 |
| -ifneq ($(PORTNAME), bsdi) |
40 | 39 | LINK.shared +=$(shlib_symbolic)
|
| 40 | +ifeq ($(PORTNAME), bsdi) |
| 41 | +SHLIB_LINK += -lc -R /usr/lib/crt1.o |
41 | 42 | endif
|
42 | 43 |
|
43 | 44 | odbc_headers = isql.h isqlext.h iodbc.h
|
|