1
0
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:
Tom Lane 2007-02-03 17:27:11 +00:00
parent de59c01f26
commit f0083ccfde

View File

@ -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