73ab737a25
https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob;f=ChangeLog;h=4a45820271febac332f183dd763749393dc97adf;hb=ad5cec777f1180c28f6fa229f4b587a2f245adf1 "- Removed support for pcre1." Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
520 B
Plaintext
18 lines
520 B
Plaintext
config BR2_PACKAGE_PRIVOXY
|
|
bool "privoxy"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_PCRE2
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
A non-caching web proxy with advanced filtering capabilities
|
|
for enhancing privacy, modifying web page data and HTTP
|
|
headers, controlling access, and removing ads and other
|
|
obnoxious Internet junk.
|
|
|
|
http://www.privoxy.org/
|
|
|
|
comment "privoxy needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|