[asterisk-commits] oej: branch 1.8 r336379 - /branches/1.8/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 19 05:02:08 CDT 2011


Author: oej
Date: Mon Sep 19 05:02:07 2011
New Revision: 336379

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336379
Log:
Revert accidental change that fixes OS/X Lion support

Modified:
    branches/1.8/Makefile

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=336379&r1=336378&r2=336379
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Mon Sep 19 05:02:07 2011
@@ -278,7 +278,7 @@
 ifneq ($(findstring darwin,$(OSARCH)),)
   _ASTCFLAGS+=-D__Darwin__
   SOLINK=-bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace
-  ifeq ($(shell /usr/bin/sw_vers -productVersion | cut -c1-4),10.7)
+  ifeq ($(shell /usr/bin/sw_vers -productVersion | cut -c1-4),10.6)
     SOLINK+=/usr/lib/bundle1.o
   endif
   _ASTLDFLAGS+=-L/usr/local/lib




More information about the asterisk-commits mailing list