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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user