mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Only use ld -R flag in UW 7.1*, since it's new.
This commit is contained in:
parent
0225d1f01e
commit
9c0eacb434
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user