dect
/
asterisk
Archived
13
0
Fork 0

Force Darwin on ppc platforms to compile with a target level that supports aliasing.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@214898 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2009-08-30 22:10:35 +00:00
parent 336a05fe3a
commit cf5263c6b9
1 changed files with 1 additions and 1 deletions

View File

@ -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