]> granicus.if.org Git - postgresql/commitdiff
Revert -Wl, change to Makefile.osf, as the allegedly more standard
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 20:56:50 +0000 (20:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 20:56:50 +0000 (20:56 +0000)
syntax apparently does not work for all toolchains on that platform.
Per Honda Shigehiro.

src/makefiles/Makefile.osf

index 912134ea9a51b734fe470b78c53b0e5b0c32ab43..ebd6c30149bcd8c51640fcdd6deca29c896af131 100644 (file)
@@ -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 $@ $<