1
0
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:
Peter Eisentraut
2001-06-20 20:25:11 +00:00
parent 7fdd76cd08
commit 90e2663313
2 changed files with 2 additions and 3 deletions

View File

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