[svn-commits] tilghman: trunk r214898 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Aug 30 17:10:39 CDT 2009


Author: tilghman
Date: Sun Aug 30 17:10:35 2009
New Revision: 214898

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=214898
Log:
Force Darwin on ppc platforms to compile with a target level that supports aliasing.

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/Makefile?view=diff&rev=214898&r1=214897&r2=214898
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Aug 30 17:10:35 2009
@@ -305,7 +305,7 @@
 
 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




More information about the svn-commits mailing list