From: Peter Eisentraut Date: Wed, 8 Nov 2000 20:27:38 +0000 (+0000) Subject: Only use ld -R flag in UW 7.1*, since it's new. X-Git-Tag: REL7_1_BETA~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c0eacb43492b681b79a8e39def7013f7056d91f;p=thirdparty%2Fpostgresql.git Only use ld -R flag in UW 7.1*, since it's new. --- diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware index e78621d9756..6a8d3829489 100644 --- a/src/makefiles/Makefile.unixware +++ b/src/makefiles/Makefile.unixware @@ -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