diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-08-08 01:05:19 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-08-08 01:05:19 +0000 |
commit | fa0a4ac3adbd118074587e39f9dda2e0d00ffad2 (patch) | |
tree | 007be55c6a42820ef5709960ee6e1b6076df1fe8 /doc/tor-osx-dmg-creation.txt | |
parent | 6ec863a92f18d14337362d081bef55923e7406a1 (diff) | |
download | tor-fa0a4ac3adbd118074587e39f9dda2e0d00ffad2.tar.gz tor-fa0a4ac3adbd118074587e39f9dda2e0d00ffad2.zip |
Added new line from edmanm
svn:r16471
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r-- | doc/tor-osx-dmg-creation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index 0e6bad314b..e37fdf4916 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -25,7 +25,7 @@ http://www.monkey.org/~provos/libevent/ 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 @@ Extract the tarball. 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 \ |