projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a398f9e
)
Remove unnecessary compiler flag
author
Russell Bryant
<russell@russellbryant.com>
Sun, 3 May 2009 14:05:10 +0000
(14:05 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sun, 3 May 2009 14:05:10 +0000
(14:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191884
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0d5fc0a
..
0e2acb7
100644
(file)
--- 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