Skip to content
Snippets Groups Projects
Commit 7fdd76cd authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

-Bsymbolic requires -lc on NetBSD. Also add rpath for non-ELF.

from Johnny C. Lam <lamj@stat.cmu.edu> via D'Arcy
parent e3cade2e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@ AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
rpath = -Wl,-R$(libdir)
shlib_symbolic = -Wl,-Bsymbolic
shlib_symbolic = -Wl,-Bsymbolic -lc
else
rpath = -R$(libdir)
endif
DLSUFFIX = .so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment