[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r22437: {projects} Don't build the Tor manpages (projects/android/trunk/Orbot)



Author: sebastian
Date: 2010-05-28 16:47:45 +0000 (Fri, 28 May 2010)
New Revision: 22437

Modified:
   projects/android/trunk/Orbot/BUILD
Log:
Don't build the Tor manpages

Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2010-05-28 16:11:10 UTC (rev 22436)
+++ projects/android/trunk/Orbot/BUILD	2010-05-28 16:47:45 UTC (rev 22437)
@@ -90,7 +90,7 @@
 	./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.