From: Olle Johansson Date: Mon, 19 Sep 2011 13:48:48 +0000 (+0000) Subject: Revert accidental change X-Git-Tag: 10.0.0-beta2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4fdbcccfd04ec2c07120b1cd9bb43408d01ffa0;p=thirdparty%2Fasterisk.git Revert accidental change git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@336504 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 96a85de34c..a653bcf0a7 100644 --- a/Makefile +++ b/Makefile @@ -286,7 +286,7 @@ MOD_SUBDIRS_MENUSELECT_TREE:=$(MOD_SUBDIRS:%=%-menuselect-tree) 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