From 7339e70bba49323cb612619b9a14e1048ec4d575 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Fri, 28 May 2010 16:11:10 +0000 Subject: [PATCH] Make it easier for others to be a little less stupid than I was. svn:r22436 --- BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 900c782d..73efdf8d 100644 --- a/BUILD +++ b/BUILD @@ -60,7 +60,8 @@ Fetch and build Privoxy: 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