add missing zlib directory name to build instructions
svn:r22580
This commit is contained in:
parent
be9aac689f
commit
5dd5a1884a
2
BUILD
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue