[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] fixed posix thread option for Privoxy
commit 849096c310213528258806adb1dd538256d08f44
Author: n8fr8 <nathan@xxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits