1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.

This commit is contained in:
Bruce Momjian
2001-02-10 17:17:39 +00:00
parent 8213e63d8c
commit 00ab7b5896
3 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -export-dynamic
rpath = -R$(libdir)
shlib_symbolic = -Bsymbolic
shlib_symbolic = -Wl,-Bsymbolic
endif
DLSUFFIX = .so

View File

@@ -3,7 +3,7 @@ AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
rpath = -R$(libdir)
shlib_symbolic = -Bsymbolic
shlib_symbolic = -Wl,-Bsymbolic
endif
DLSUFFIX = .so