[asterisk-commits] kpfleming: branch 1.4 r43405 -
/branches/1.4/main/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Sep 21 09:08:04 MST 2006
Author: kpfleming
Date: Thu Sep 21 11:08:03 2006
New Revision: 43405
URL: http://svn.digium.com/view/asterisk?rev=43405&view=rev
Log:
remove this change... it requires binutils 2.17
Modified:
branches/1.4/main/Makefile
Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?rev=43405&r1=43404&r2=43405&view=diff
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Thu Sep 21 11:08:03 2006
@@ -63,7 +63,7 @@
else
# These are used for all but Darwin
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
- ASTLINK+=-Wl,--export-dynamic -Wl,--exclude-libs -Wl,ALL
+ ASTLINK+=-Wl,--export-dynamic
else
ASTLINK+=${GC_LDFLAGS}
endif
More information about the asterisk-commits
mailing list