[Privoxy-commits] [privoxy] branch master updated: build the windows version of Privoxy with zstd support
User Git
git at git.privoxy.org
Sun Dec 7 17:41:24 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new 0f11ba99 build the windows version of Privoxy with zstd support
0f11ba99 is described below
commit 0f11ba99f50e0932ad086d6db463dc506a575867
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Dec 7 11:40:37 2025 -0500
build the windows version of Privoxy with zstd support
ref:
https://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff;h=15c91bb53616e74ddc33bcf3386611dbea31feeb
---
windows/MYconfigure | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 2a0d1799..92a10e8a 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -203,6 +203,14 @@ BROTLIOPT="--with-brotli"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
+# zstd
+# Get the zstd library from https://github.com/facebook/zstd
+inc="/source/zstd-1.5.7/"
+lib="/source/zstd-1.5.7/lib"
+CPPFLAGS="${CPPFLAGS} -I${inc}"
+LDFLAGS="${LDFLAGS} -L${lib}"
+
+
###
echo "CFLAGS=${CFLAGS}"
echo "CPPFLAGS=${CPPFLAGS}"
@@ -222,6 +230,7 @@ echo "LDFLAGS=${LDFLAGS}"
--enable-strptime-sanity-checks \
--disable-pthread \
--with-brotli \
+ --with-zstd \
${MITMOPT} \
--with-docbook=yes
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list