1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.

This commit is contained in:
Tom Lane
2001-03-14 19:35:12 +00:00
parent 3534e3b68f
commit c6c1fea06d
2 changed files with 4 additions and 2 deletions

View File

@@ -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