summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-01-06 20:56:50 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-01-06 20:56:50 +0000
commit6f864be004606b37452a8d4d8b98effd3d875a6b (patch)
tree53e9231cc9b694c1c9e02cee4591de76fe4e4c66
parent7507d594d28a2ee22e67e961cd317af6053c35f4 (diff)
downloadpostgresql-6f864be004606b37452a8d4d8b98effd3d875a6b.tar.gz
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.
-rw-r--r--src/makefiles/Makefile.osf2
1 files changed, 1 insertions, 1 deletions
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 $@ $<