summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.linux
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-12-16 18:14:25 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-12-16 18:14:25 +0000
commit9cf0a82fc3ca98829b3a0f7f949cd0cbd7219fae (patch)
treec06f784f5f3d75f15688671a1f1730ef548358fd /src/makefiles/Makefile.linux
parent2a81896a2ab909471116f25896ae60b1700b8cfb (diff)
downloadpostgresql-9cf0a82fc3ca98829b3a0f7f949cd0cbd7219fae.tar.gz
Fix linker options for ODBC driver. See comment in
src/interfaces/odbc/GNUmakefile.
Diffstat (limited to 'src/makefiles/Makefile.linux')
-rw-r--r--src/makefiles/Makefile.linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux
index 3834552ec3..11bef1572c 100644
--- a/src/makefiles/Makefile.linux
+++ b/src/makefiles/Makefile.linux
@@ -1,6 +1,7 @@
AROPT = crs
export_dynamic = -export-dynamic
rpath = -Wl,-rpath,$(libdir)
+shlib_symbolic = -Wl,-Bsymbolic
DLSUFFIX = .so
CFLAGS_SL = -fpic