From 6f864be004606b37452a8d4d8b98effd3d875a6b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 6 Jan 2005 20:56:50 +0000 Subject: [PATCH] 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. --- src/makefiles/Makefile.osf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $<