sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / privoxy / Config.in
blobaccb48dfc2c88fed224eb534effdd2bf63b4a18f
1 config BR2_PACKAGE_PRIVOXY
2         bool "privoxy"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_PCRE
6         select BR2_PACKAGE_ZLIB
7         help
8           A non-caching web proxy with advanced filtering capabilities
9           for enhancing privacy, modifying web page data and HTTP
10           headers, controlling access, and removing ads and other
11           obnoxious Internet junk.
13           http://www.privoxy.org/
15 comment "privoxy needs a toolchain w/ threads"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS