summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'databases/odbc-postgresql/patches/patch-ae')
-rw-r--r--databases/odbc-postgresql/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/odbc-postgresql/patches/patch-ae b/databases/odbc-postgresql/patches/patch-ae
new file mode 100644
index 00000000000..678733f08e7
--- /dev/null
+++ b/databases/odbc-postgresql/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2002/04/03 09:29:56 jlam Exp $
+
+--- src/makefiles/Makefile.netbsd.orig Sat Dec 16 10:14:25 2000
++++ src/makefiles/Makefile.netbsd
+@@ -3,7 +3,9 @@
+ ifdef ELF_SYSTEM
+ export_dynamic = -Wl,-E
+ rpath = -Wl,-R$(libdir)
+-shlib_symbolic = -Wl,-Bsymbolic
++shlib_symbolic = -Wl,-Bsymbolic -lc
++else
++rpath = -R$(libdir)
+ endif
+
+ DLSUFFIX = .so