[Privoxy-commits] [privoxy] 05/05: Use the brotli 1.1.0 library
User Git
git at git.privoxy.org
Tue Dec 31 00:25:07 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 fec46aff211db5efee73cb8b330d81186e7de5df
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Mon Dec 30 18:13:15 2024 -0500
Use the brotli 1.1.0 library
1.0.9 is no longer the latest & greatest
---
windows/MYconfigure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 8b54d1f3..ff82f390 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -177,8 +177,8 @@ MITMOPT="--with-openssl"
# brotli
# Get the brotli library from https://github.com/google/brotli/releases
-inc="/source/brotli-1.0.9/c/include"
-lib="/source/brotli-1.0.9/.libs"
+inc="/source/brotli-1.1.0/build/installed/include"
+lib="/source/brotli-1.1.0/build/installed/lib"
BROTLIOPT="--with-brotli"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list