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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=df976832af657508cd85140ac8feec6fb63f1412;p=users%2Fbernd%2Fpostgres.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 912134ea9a..ebd6c30149 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 $@ $<