summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-08-30 22:10:35 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-08-30 22:10:35 +0000
commite1d799cf9e0fefeed2eeae75ef23bf00f668f8e3 (patch)
tree1962c4c2802a7a68a2f37febe5d47297c3d8a8a5 /Makefile
parent9f7a3466efa1bac3a881ffbb5b6cbce5cff404b3 (diff)
Force Darwin on ppc platforms to compile with a target level that supports aliasing.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@214898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d4020838..0aa27e706 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=-bundle -undefined suppress -force_flat_namespace
+ SOLINK=-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