diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-11-02 02:40:03 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-11-02 02:40:03 +0000 |
commit | 2136c82ae0ea15714ac3762a4d81ea95e42c3b02 (patch) | |
tree | be33a509f27d136e93b2cef35dc7627b7df0593d /doc/tor-osx-dmg-creation.txt | |
parent | 14be21f31ec032e6cc7ef1d6a0fcd8c2b719bcf2 (diff) | |
download | tor-2136c82ae0ea15714ac3762a4d81ea95e42c3b02.tar.gz tor-2136c82ae0ea15714ac3762a4d81ea95e42c3b02.zip |
As nick commented, tor's configure doesn't know what --enable-static and
--disable-shared actually are, so remove it from docs and spec file.
svn:r12321
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r-- | doc/tor-osx-dmg-creation.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index ee0ec0ca96..05a8181d09 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -69,7 +69,7 @@ Extract the tarball. 11) Update three variables in contrib/osx/package.sh: PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip -TORBUTTON_PATH=~/tmp/torbutton-1.1.8-alpha.xpi +TORBUTTON_PATH=~/tmp/torbutton-1.1.9.1-alpha.xpi TORBUTTON_LIC_PATH=~/tmp/LICENSE Make sure the paths are correct. The build will fail if they are not. @@ -80,8 +80,7 @@ CFLAGS="-O -g -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 \ ---sysconfdir=/Library --enable-static --disable-shared \ ---disable-dependency-tracking +--sysconfdir=/Library --disable-dependency-tracking 13) "make dist-osx" @@ -138,7 +137,7 @@ tarball. 4) Update three variables in contrib/osx/package.sh: PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip -TORBUTTON_PATH=~/tmp/torbutton-1.1.8-alpha.xpi +TORBUTTON_PATH=~/tmp/torbutton-1.1.9.1-alpha.xpi TORBUTTON_LIC_PATH=~/tmp/LICENSE Make sure the paths are correct. The build will fail if they are not. @@ -146,8 +145,7 @@ Make sure the paths are correct. The build will fail if they are not. 5) In the top level, this means /path/to/tor/, not tor/contrib/osx, do a configure with these parameters: CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \ - --bindir=/Library/Tor --sysconfdir=/Library \ - --enable-eventdns --enable-static --disable-shared + --bindir=/Library/Tor --sysconfdir=/Library 6) In same top level dir, do a "make dist-osx". There now exists a .dmg file in the same directory. Install from this dmg. |