'config'-header was updated to show the new version.
Fixed absolutely silly typo in lfs-file. This didn't had any effect yet, nevertheless...
Added '--enable_compression' - for testing purposes. This feature can be enabled and disabled now through config. For details see: http://www.privoxy.org/user-manual/config.html#ENABLE-COMPRESSION
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- config/privoxy/privoxy.config | 4 ++-- lfs/privoxy | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/privoxy/privoxy.config b/config/privoxy/privoxy.config index 32fa1f7..04ddd4f 100644 --- a/config/privoxy/privoxy.config +++ b/config/privoxy/privoxy.config @@ -1,6 +1,6 @@ -# Sample Configuration File for Privoxy 3.0.23 +# Sample Configuration File for Privoxy 3.0.24 # -# $Id: config,v 1.107 2015/01/24 16:44:20 fabiankeil Exp $ +# $Id: config,v 1.108 2016/01/17 14:33:03 fabiankeil Exp $ # # Copyright (C) 2001-2014 Privoxy Developers http://www.privoxy.org/ # diff --git a/lfs/privoxy b/lfs/privoxy index 06516af..b1d58b4 100644 --- a/lfs/privoxy +++ b/lfs/privoxy @@ -87,9 +87,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --sysconfdir=/etc/privoxy \ --sbindir=/usr/sbin \ - --localstatedir=/var + --localstatedir=/var \ --with-user=privoxy \ --with-group=privoxy \ + --enable-compression \ --disable-dynamic-pcre \ $(CONFIGURE_FLAGS)