projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44e7cf
)
Allow -Bsymbolic on BSDI for ODBC.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 10 Feb 2001 11:31:35 +0000
(11:31 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 10 Feb 2001 11:31:35 +0000
(11:31 +0000)
src/interfaces/odbc/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/GNUmakefile
b/src/interfaces/odbc/GNUmakefile
index 26f8edaa1c226eb888ed12c654353127f545812a..a7835e4d67279b0810f18a348e43308dc2a3816d 100644
(file)
--- a/
src/interfaces/odbc/GNUmakefile
+++ b/
src/interfaces/odbc/GNUmakefile
@@
-36,8
+36,9
@@
include $(top_srcdir)/src/Makefile.shlib
# 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