aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-03 14:06:42 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-03 14:06:42 +0000
commit98a6acfe6183e5da4e1c000efaede6f19411f9ff (patch)
tree4fb2681eea5d3d9c695634e5032723564d81419c /Makefile
parent30fdbd732ca9e7cbf345c795578005260b400b13 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@191885 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10100522e..c8631bb35 100644
--- a/Makefile
+++ b/Makefile
@@ -306,7 +306,7 @@ MOD_SUBDIRS_EMBED_LIBS:=$(MOD_SUBDIRS:%=%-embed-libs)
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