mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add -rpath for BSD/OS, from Peter E.
This commit is contained in:
@ -14,6 +14,7 @@ endif
|
||||
|
||||
ifeq ($(DLSUFFIX), .so)
|
||||
CFLAGS_SL = -fpic
|
||||
rpath = -Wl,-rpath,$(libdir)
|
||||
export_dynamic = -export-dynamic
|
||||
shlib_symbolic = -Wl,-Bsymbolic
|
||||
else
|
||||
|
Reference in New Issue
Block a user