From 5dd5a1884a93da8d7e4a639e7d7c18649d0a317a Mon Sep 17 00:00:00 2001 From: Erinn Clark Date: Wed, 30 Jun 2010 21:54:02 +0000 Subject: [PATCH] add missing zlib directory name to build instructions svn:r22580 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 7c8e9631..cb75aaf8 100644 --- a/BUILD +++ b/BUILD @@ -61,7 +61,7 @@ Fetch and build Privoxy: #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