update Makefile for building tor 0.2.6.4 with patch for Android

This commit is contained in:
Nathan Freitas 2015-03-18 21:20:20 -04:00
parent 3a1c603e5d
commit 84e97e6c71
1 changed files with 5 additions and 0 deletions

5
external/Makefile vendored
View File

@ -180,6 +180,9 @@ tor/configure:
./autogen.sh
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.guess tor
cd tor && \
@ -205,6 +208,8 @@ tor-clean:
-rm -f tor-build-stamp
-cd tor && \
git clean -fdx
-cd tor && \
git reset HEAD --hard
#------------------------------------------------------------------------------#
# polipo