[svn-commits] tilghman: branch 1.6.2 r214899 - in /branches/1.6.2: ./ Makefile

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


Author: tilghman
Date: Sun Aug 30 17:12:16 2009
New Revision: 214899

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=214899
Log:
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.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/Makefile

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

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




More information about the svn-commits mailing list