From 783709eace1318b9f6e505acf3628f51c4d14821 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Fri, 28 May 2010 16:47:45 +0000 Subject: [PATCH] Don't build the Tor manpages svn:r22437 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 73efdf8d..7c8e9631 100644 --- a/BUILD +++ b/BUILD @@ -90,7 +90,7 @@ Fetch and build Tor: ./autogen.sh CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi \ --with-libevent-dir=$LIBEVENTDIR --with-openssl-dir=$OPENSSLDIR \ - --with-zlib-dir=$ZLIBDIR + --with-zlib-dir=$ZLIBDIR --disable-asciidoc make At this point, you'll have a Tor binary that can be run on an Android handset.