mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Add -rpath for BSD/OS, from Peter E.
This commit is contained in:
parent
f57477e651
commit
495e264fa3
@ -14,6 +14,7 @@ endif
|
||||
|
||||
ifeq ($(DLSUFFIX), .so)
|
||||
CFLAGS_SL = -fpic
|
||||
rpath = -Wl,-rpath,$(libdir)
|
||||
export_dynamic = -export-dynamic
|
||||
shlib_symbolic = -Wl,-Bsymbolic
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user