Commit 6f864be0 authored by Tom Lane's avatar Tom Lane

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.
parent 7507d594
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
rpath = -Wl,-rpath -Wl,$(rpathdir)
rpath = -rpath $(rpathdir)
%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment