[svn-commits] kpfleming: trunk r43406 - in /trunk: ./ main/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Sep 21 09:09:32 MST 2006
Author: kpfleming
Date: Thu Sep 21 11:09:31 2006
New Revision: 43406
URL: http://svn.digium.com/view/asterisk?rev=43406&view=rev
Log:
Merged revisions 43405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43405 | kpfleming | 2006-09-21 11:08:03 -0500 (Thu, 21 Sep 2006) | 2 lines
remove this change... it requires binutils 2.17
........
Modified:
trunk/ (props changed)
trunk/main/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Thu Sep 21 11:09:31 2006
@@ -1,1 +1,1 @@
-/branches/1.4:1-43376,43383,43386,43388,43392,43396
+/branches/1.4:1-43376,43383,43386,43388,43392,43396,43405
Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?rev=43406&r1=43405&r2=43406&view=diff
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Thu Sep 21 11:09:31 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 svn-commits
mailing list