aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-30 22:12:16 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-30 22:12:16 +0000
commitc76c509399e8fc4225e710f259bfac120f8f198d (patch)
tree3c2f6b012b7d990e8d83db5f86cd6b5187587e9f /Makefile
parent0ff1642eb4674b93003a1643e58e8e32b2e5b490 (diff)
Merged revisions 214898 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r214898 | tilghman | 2009-08-30 17:10:35 -0500 (Sun, 30 Aug 2009) | 2 lines Force Darwin on ppc platforms to compile with a target level that supports aliasing. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@214899 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 dbefc7397..4153454df 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ MOD_SUBDIRS_MENUSELECT_TREE:=$(MOD_SUBDIRS:%=%-menuselect-tree)
ifneq ($(findstring darwin,$(OSARCH)),)
_ASTCFLAGS+=-D__Darwin__
- SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
+ SOLINK=-dynamic -bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace
else
# These are used for all but Darwin
SOLINK=-shared