projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b511e4f
)
Use the brotli 1.1.0 library
author
Lee
<ler762@users.sourceforge.net>
Mon, 30 Dec 2024 23:13:15 +0000
(18:13 -0500)
committer
Lee
<ler762@users.sourceforge.net>
Mon, 30 Dec 2024 23:13:15 +0000
(18:13 -0500)
1.0.9 is no longer the latest & greatest
windows/MYconfigure
patch
|
blob
|
history
diff --git
a/windows/MYconfigure
b/windows/MYconfigure
index
8b54d1f
..
ff82f39
100755
(executable)
--- 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}"