[or-cvs] r22436: {projects} Make it easier for others to be a little less stupid than I (projects/android/trunk/Orbot)
Sebastian Hahn
tor-svn-commits at sebastianhahn.net
Fri May 28 16:11:11 UTC 2010
Author: sebastian
Date: 2010-05-28 16:11:10 +0000 (Fri, 28 May 2010)
New Revision: 22436
Modified:
projects/android/trunk/Orbot/BUILD
Log:
Make it easier for others to be a little less stupid than I was.
Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD 2010-05-28 15:59:30 UTC (rev 22435)
+++ projects/android/trunk/Orbot/BUILD 2010-05-28 16:11:10 UTC (rev 22436)
@@ -60,7 +60,8 @@
autoconf
#need to disable setpgrp check in configure
export ac_cv_func_setpgrp_void=yes
- CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib" ./configure --host=arm-none-linux-gnueabi
+ #replace FOO with your actual username
+ CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/FOO/mydroid/external//" ./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