mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Shared libraries should not be linked explicitly against -lc on FreeBSD
(see http://mail.gnu.org/pipermail/libtool/2000-July/001824.html). But apparently it should still be present with -Bsymbolic.
This commit is contained in:
@@ -3,7 +3,7 @@ AROPT = cr
|
||||
ifdef ELF_SYSTEM
|
||||
export_dynamic = -export-dynamic
|
||||
rpath = -R$(libdir)
|
||||
shlib_symbolic = -Wl,-Bsymbolic
|
||||
shlib_symbolic = -Wl,-Bsymbolic -lc
|
||||
endif
|
||||
|
||||
DLSUFFIX = .so
|
||||
|
Reference in New Issue
Block a user