Make it easier for others to be a little less stupid than I was.
svn:r22436
This commit is contained in:
parent
4de453b388
commit
7339e70bba
3
BUILD
3
BUILD
|
@ -60,7 +60,8 @@ Fetch and build Privoxy:
|
||||||
autoconf
|
autoconf
|
||||||
#need to disable setpgrp check in configure
|
#need to disable setpgrp check in configure
|
||||||
export ac_cv_func_setpgrp_void=yes
|
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
|
#don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue