fixed posix thread option for Privoxy
This commit is contained in:
parent
81efd93305
commit
849096c310
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue