[Privoxy-commits] [privoxy] 02/03: windows build: default build now uses --with-brotli
User Git
git at git.privoxy.org
Sun Feb 21 13:46:12 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 246bfbcf2423a23d16d86e0518512302f07dbf04
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Feb 21 08:43:03 2021 -0500
windows build: default build now uses --with-brotli
---
windows/MYconfigure | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index acbc8e56..49273e18 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -139,6 +139,15 @@ MITMOPT="--with-mbedtls"
CPPFLAGS="${CPPFLAGS} -I${inc}"
LDFLAGS="${LDFLAGS} -L${lib}"
+# 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"
+BROTLIOPT="--with-brotli"
+CPPFLAGS="${CPPFLAGS} -I${inc}"
+LDFLAGS="${LDFLAGS} -L${lib}"
+
+###
echo "CFLAGS=${CFLAGS}"
echo "CPPFLAGS=${CPPFLAGS}"
echo "LDFLAGS=${LDFLAGS}"
@@ -154,6 +163,8 @@ echo "LDFLAGS=${LDFLAGS}"
--disable-pthread \
--enable-extended-statistics \
--enable-pcre-host-patterns \
+ --with-brotli \
+ --with-mbedtls \
--with-docbook=yes
# -- done --
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list