From: Tom Lane Date: Thu, 6 Jan 2005 20:56:50 +0000 (+0000) Subject: Revert -Wl, change to Makefile.osf, as the allegedly more standard X-Git-Tag: REL8_0_0RC4~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f864be004606b37452a8d4d8b98effd3d875a6b;p=thirdparty%2Fpostgresql.git Revert -Wl, change to Makefile.osf, as the allegedly more standard syntax apparently does not work for all toolchains on that platform. Per Honda Shigehiro. --- diff --git a/src/makefiles/Makefile.osf b/src/makefiles/Makefile.osf index 912134ea9a5..ebd6c30149b 100644 --- a/src/makefiles/Makefile.osf +++ b/src/makefiles/Makefile.osf @@ -1,7 +1,7 @@ AROPT = crs DLSUFFIX = .so CFLAGS_SL = -rpath = -Wl,-rpath -Wl,$(rpathdir) +rpath = -rpath $(rpathdir) %.so: %.o $(LD) -shared -expect_unresolved '*' -o $@ $<