From: Lee Date: Mon, 30 Dec 2024 22:54:49 +0000 (-0500) Subject: build with "--enable-compression" specified X-Git-Tag: v_4_0_0~58 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=b511e4fd8ce137f6a9e93aec5b7336d55e5b0ef3;p=privoxy.git build with "--enable-compression" specified I don't remember if I was asked for this to be enabled or no, but allow Privoxy to compress buffered content it sends to the client. --- diff --git a/windows/MYconfigure b/windows/MYconfigure index 204091aa..8b54d1f3 100755 --- a/windows/MYconfigure +++ b/windows/MYconfigure @@ -146,9 +146,9 @@ usepcre2=yes # if [ "$usepcre2" = "yes" ]; then PCREOPT="" - inc="/source/pcre2-10.43/src/" + inc="/source/pcre2-10.44/src/" # need pcre2.h - lib="/source/pcre2-10.43/.libs" + lib="/source/pcre2-10.44/.libs" # need libpcre2-8.a & libpcre2-posix.a else PCREOPT="--disable-pcre2" @@ -194,6 +194,7 @@ echo "LDFLAGS=${LDFLAGS}" # --target: only used to build a cross-compiling toolchain. ./configure --host=i686-w64-mingw32 --enable-mingw32 --enable-zlib \ + --enable-compression \ --enable-extended-statistics \ ${PCREOPT} \ --enable-pcre-host-patterns \