|
@@ -69,7 +69,7 @@ Extract the tarball.
|
|
|
|
|
|
11) Update three variables in contrib/osx/package.sh:
|
|
11) Update three variables in contrib/osx/package.sh:
|
|
PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip
|
|
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
|
|
TORBUTTON_LIC_PATH=~/tmp/LICENSE
|
|
|
|
|
|
Make sure the paths are correct. The build will fail if they are not.
|
|
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" \
|
|
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 \
|
|
---sysconfdir=/Library --enable-static --disable-shared \
|
|
+--sysconfdir=/Library --disable-dependency-tracking
|
|
---disable-dependency-tracking
|
|
|
|
|
|
|
|
13) "make dist-osx"
|
|
13) "make dist-osx"
|
|
|
|
|
|
@@ -138,7 +137,7 @@ tarball.
|
|
|
|
|
|
4) Update three variables in contrib/osx/package.sh:
|
|
4) Update three variables in contrib/osx/package.sh:
|
|
PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip
|
|
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
|
|
TORBUTTON_LIC_PATH=~/tmp/LICENSE
|
|
|
|
|
|
Make sure the paths are correct. The build will fail if they are not.
|
|
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,
|
|
5) 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:
|
|
CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \
|
|
CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \
|
|
- --bindir=/Library/Tor --sysconfdir=/Library \
|
|
+ --bindir=/Library/Tor --sysconfdir=/Library
|
|
- --enable-eventdns --enable-static --disable-shared
|
|
|
|
|
|
|
|
6) In same top level dir, do a "make dist-osx". There now exists a
|
|
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.
|
|
.dmg file in the same directory. Install from this dmg.
|