commit 849096c310213528258806adb1dd538256d08f44 Author: n8fr8 nathan@freitas.net Date: Tue Jun 5 12:04:56 2012 -0400
fixed posix thread option for Privoxy --- external/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/external/Makefile b/external/Makefile index 1a7a3c5..ab5385a 100644 --- a/external/Makefile +++ b/external/Makefile @@ -197,7 +197,8 @@ privoxy/config.log: cd privoxy && \ CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ./configure \ - --host=arm-linux-eabi --disable-pthread + --host=arm-linux-eabi --enable-pthread +## --disable-pthread
privoxy-build-stamp: privoxy/config.log $(MAKE) -C privoxy
tor-commits@lists.torproject.org