[Privoxy-commits] [privoxy] 04/05: build with "--enable-compression" specified

User Git git at git.privoxy.org
Tue Dec 31 00:25:06 CET 2024


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit b511e4fd8ce137f6a9e93aec5b7336d55e5b0ef3
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Mon Dec 30 17:54:49 2024 -0500

    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.
---
 windows/MYconfigure | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list