Added new line from edmanm

svn:r16471
This commit is contained in:
Andrew Lewman 2008-08-08 01:05:19 +00:00
parent 6ec863a92f
commit fa0a4ac3ad

View file

@ -25,7 +25,7 @@ http://www.monkey.org/~provos/libevent/
3) The first step of compiling libevent is to configure it as 3) The first step of compiling libevent is to configure it as
follows: 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" \ LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
./configure --enable-static --disable-shared --disable-dependency-tracking ./configure --enable-static --disable-shared --disable-dependency-tracking
@ -49,7 +49,7 @@ Extract the tarball.
7) In the top level, this means /path/to/tor/, not tor/contrib/osx, 7) In the top level, this means /path/to/tor/, not tor/contrib/osx,
do a configure with these parameters: 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" \ LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" \
CONFDIR=/Library/Tor \ CONFDIR=/Library/Tor \
./configure --prefix=/Library/Tor --bindir=/Library/Tor \ ./configure --prefix=/Library/Tor --bindir=/Library/Tor \