Skip to content
Snippets Groups Projects
Commit 9ae105df authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

don't let symbols from included static libraries (like codec/ilbc) pollute the...

don't let symbols from included static libraries (like codec/ilbc) pollute the global namespace when those modules are embedded


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 61e4465f
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ ifneq ($(findstring darwin,$(OSARCH)),) ...@@ -63,7 +63,7 @@ ifneq ($(findstring darwin,$(OSARCH)),)
else else
# These are used for all but Darwin # These are used for all but Darwin
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),) ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
ASTLINK+=-Wl,--export-dynamic ASTLINK+=-Wl,--export-dynamic -Wl,--exclude-libs -Wl,ALL
else else
ASTLINK+=${GC_LDFLAGS} ASTLINK+=${GC_LDFLAGS}
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment