[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16471: {tor} Added new line from edmanm (tor/trunk/doc)
Author: phobos
Date: 2008-08-07 21:05:19 -0400 (Thu, 07 Aug 2008)
New Revision: 16471
Modified:
tor/trunk/doc/tor-osx-dmg-creation.txt
Log:
Added new line from edmanm
Modified: tor/trunk/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/trunk/doc/tor-osx-dmg-creation.txt 2008-08-08 00:11:16 UTC (rev 16470)
+++ tor/trunk/doc/tor-osx-dmg-creation.txt 2008-08-08 01:05:19 UTC (rev 16471)
@@ -25,7 +25,7 @@
3) The first step of compiling libevent is to configure it as
follows:
-CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
+CFLAGS="-O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
./configure --enable-static --disable-shared --disable-dependency-tracking
@@ -49,7 +49,7 @@
7) In the top level, this means /path/to/tor/, not tor/contrib/osx,
do a configure with these parameters:
-CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
+CFLAGS="-O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
CONFDIR=/Library/Tor \
./configure --prefix=/Library/Tor --bindir=/Library/Tor \