update Makefile for building tor 0.2.6.4 with patch for Android
This commit is contained in:
parent
3a1c603e5d
commit
84e97e6c71
|
@ -180,6 +180,9 @@ tor/configure:
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
tor/Makefile: tor/configure
|
tor/Makefile: tor/configure
|
||||||
|
cp fix_android_0.2.6.4rc_build.patch tor
|
||||||
|
cd tor && \
|
||||||
|
git apply fix_android_0.2.6.4rc_build.patch
|
||||||
cp config.sub tor
|
cp config.sub tor
|
||||||
cp config.guess tor
|
cp config.guess tor
|
||||||
cd tor && \
|
cd tor && \
|
||||||
|
@ -205,6 +208,8 @@ tor-clean:
|
||||||
-rm -f tor-build-stamp
|
-rm -f tor-build-stamp
|
||||||
-cd tor && \
|
-cd tor && \
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
|
-cd tor && \
|
||||||
|
git reset HEAD --hard
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# polipo
|
# polipo
|
||||||
|
|
Loading…
Reference in New Issue