mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 10:40:09 -04: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:
parent
7507d594d2
commit
6f864be004
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $@ $<
|
||||
|
|
|
|||
Loading…
Reference in a new issue