From 849096c310213528258806adb1dd538256d08f44 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Tue, 5 Jun 2012 12:04:56 -0400 Subject: [PATCH] fixed posix thread option for Privoxy --- external/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile index 1a7a3c5a..ab5385ae 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