summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorTom Lane2001-03-14 19:35:12 +0000
committerTom Lane2001-03-14 19:35:12 +0000
commitc6c1fea06db76024e90b1d22b7a320787ff5a742 (patch)
tree41595243c91c012ce7d04419326590d1f150e74d /src/makefiles
parent3534e3b68f8f465a303d5d11b479d310034d69d4 (diff)
Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/Makefile.hpux2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux
index bfde5995fd0..b6e141893e2 100644
--- a/src/makefiles/Makefile.hpux
+++ b/src/makefiles/Makefile.hpux
@@ -28,7 +28,9 @@ LDFLAGS += -Wl,+b -Wl,$(libdir)
# catch null pointer dereferences
LDFLAGS += -Wl,-z
+# set up appropriate options for shared library builds
export_dynamic = -Wl,-E
+shlib_symbolic = -Bsymbolic
INSTALL_SHLIB_OPTS = -m 555