From 4de453b3887305b7f88ac225627b713f39515854 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Fri, 28 May 2010 15:59:30 +0000 Subject: [PATCH] Add a missing space to the build instructions svn:r22435 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 696c2117..900c782d 100644 --- a/BUILD +++ b/BUILD @@ -60,7 +60,7 @@ 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 + 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