]> granicus.if.org Git - postgresql/commitdiff
Only use ld -R flag in UW 7.1*, since it's new.
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 8 Nov 2000 20:27:38 +0000 (20:27 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 8 Nov 2000 20:27:38 +0000 (20:27 +0000)
src/makefiles/Makefile.unixware

index e78621d97568202bab7a5fdc45ed3bdc04c99801..6a8d38294891e8a45b5f55f26ae2f0400b57c16e 100644 (file)
@@ -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