Commit 9c0eacb4 authored by Peter Eisentraut's avatar Peter Eisentraut

Only use ld -R flag in UW 7.1*, since it's new.

parent 0225d1f0
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment