[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 981b6df8069577f6a312adbbf4835872d9519a38

Clint Adams clint at debian.org
Tue Jan 3 02:57:37 UTC 2012


The following commit has been merged in the upstream branch:
commit 5685249d69f988a306d700778089470ae8d46395
Author: Kyle J. McKay <mackyle at gmail.com>
Date:   Wed Dec 21 03:54:30 2011 -0800

    Adjust suggested Mac OS X 10.4 build instructions

diff --git a/README_MACOSX.txt b/README_MACOSX.txt
index ecb1fe1..7f2d8e1 100644
--- a/README_MACOSX.txt
+++ b/README_MACOSX.txt
@@ -75,7 +75,7 @@ to your path before running bootstrap.
 If building on 10.4 that means something like this:
 
   ./bootstrap # GNU autotools required
-  SDKROOT='-isysroot /Developer/SDKs/MacOSX10.4u.sdk' \
+  SDKROOT='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4'
   CFLAGS="-pipe -O2 -arch x86_64 -arch ppc64 -arch i386 -arch ppc $SDKROOT" \
   ./configure --disable-dependency-tracking --disable-static
   make && make check && sudo make install

-- 
fakeroot



More information about the Fakeroot-commits mailing list