build with "--enable-compression" specified
authorLee <ler762@users.sourceforge.net>
Mon, 30 Dec 2024 22:54:49 +0000 (17:54 -0500)
committerLee <ler762@users.sourceforge.net>
Mon, 30 Dec 2024 22:54:49 +0000 (17:54 -0500)
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.

windows/MYconfigure

index 204091a..8b54d1f 100755 (executable)
@@ -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 \