mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
AROPT = cr
|
||||
|
||||
ifdef ELF_SYSTEM
|
||||
export_dynamic = -export-dynamic
|
||||
rpath = -R$(libdir)
|
||||
export_dynamic = -Wl,-export-dynamic
|
||||
rpath = -Wl,-R$(libdir)
|
||||
shlib_symbolic = -Wl,-Bsymbolic -lc
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue