[asterisk-commits] russell: branch 1.6.2 r191885 - in /branches/1.6.2: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun May 3 09:06:45 CDT 2009
Author: russell
Date: Sun May 3 09:06:42 2009
New Revision: 191885
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191885
Log:
Merged revisions 191884 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r191884 | russell | 2009-05-03 09:05:10 -0500 (Sun, 03 May 2009) | 2 lines
Remove unnecessary compiler flag
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/Makefile
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/Makefile
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/Makefile?view=diff&rev=191885&r1=191884&r2=191885
==============================================================================
--- branches/1.6.2/Makefile (original)
+++ branches/1.6.2/Makefile Sun May 3 09:06:42 2009
@@ -306,7 +306,7 @@
MOD_SUBDIRS_MENUSELECT_TREE:=$(MOD_SUBDIRS:%=%-menuselect-tree)
ifneq ($(findstring darwin,$(OSARCH)),)
- ASTCFLAGS+=-D__Darwin__ -fnested-functions
+ ASTCFLAGS+=-D__Darwin__
SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
else
# These are used for all but Darwin
More information about the asterisk-commits
mailing list