[or-cvs] r22580: {projects} add missing zlib directory name to build instructions (projects/android/trunk/Orbot)

Erinn Clark erinn at torproject.org
Wed Jun 30 21:54:02 UTC 2010


Author: erinn
Date: 2010-06-30 21:54:02 +0000 (Wed, 30 Jun 2010)
New Revision: 22580

Modified:
   projects/android/trunk/Orbot/BUILD
Log:
add missing zlib directory name to build instructions

Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2010-06-30 20:18:27 UTC (rev 22579)
+++ projects/android/trunk/Orbot/BUILD	2010-06-30 21:54:02 UTC (rev 22580)
@@ -61,7 +61,7 @@
 	#need to disable setpgrp check in configure
 	export ac_cv_func_setpgrp_void=yes
 	#replace FOO with your actual username
-	CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/FOO/mydroid/external//" ./configure --host=arm-none-linux-gnueabi
+	CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/FOO/mydroid/external/zlib/" ./configure --host=arm-none-linux-gnueabi
 	#don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make
 	make
 	



More information about the tor-commits mailing list