fixed posix thread option for Privoxy

This commit is contained in:
n8fr8 2012-06-05 12:04:56 -04:00
parent 81efd93305
commit 849096c310
1 changed files with 2 additions and 1 deletions

3
external/Makefile vendored
View File

@ -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