mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Only use ld -R flag in UW 7.1*, since it's new.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
AROPT = crs
|
||||
export_dynamic = -Wl,-Bexport
|
||||
ifneq (,$(findstring uw7.1, $(host_os)))
|
||||
rpath = -Wl,-R$(libdir)
|
||||
endif
|
||||
DLSUFFIX = .so
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fpic
|
||||
|
Reference in New Issue
Block a user