mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
AROPT = crs
|
AROPT = crs
|
||||||
DLSUFFIX = .so
|
DLSUFFIX = .so
|
||||||
CFLAGS_SL =
|
CFLAGS_SL =
|
||||||
rpath = -Wl,-rpath -Wl,$(rpathdir)
|
rpath = -rpath $(rpathdir)
|
||||||
|
|
||||||
%.so: %.o
|
%.so: %.o
|
||||||
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
||||||
|
Reference in New Issue
Block a user