mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Use -Wl for linker switches on freebsd --- back-port of an 8.0 change.
I think this will make buildfarm member herring go green in this branch.
This commit is contained in:
parent
de59c01f26
commit
f0083ccfde
@ -1,8 +1,8 @@
|
|||||||
AROPT = cr
|
AROPT = cr
|
||||||
|
|
||||||
ifdef ELF_SYSTEM
|
ifdef ELF_SYSTEM
|
||||||
export_dynamic = -export-dynamic
|
export_dynamic = -Wl,-export-dynamic
|
||||||
rpath = -R$(libdir)
|
rpath = -Wl,-R$(libdir)
|
||||||
shlib_symbolic = -Wl,-Bsymbolic -lc
|
shlib_symbolic = -Wl,-Bsymbolic -lc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user