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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user