projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3288a1
)
windows: Enable extended statistics and pcre host patterns
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 27 Jan 2021 16:43:04 +0000
(17:43 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 27 Jan 2021 16:49:21 +0000
(17:49 +0100)
... when configuring.
No objections from: Lee
windows/MYconfigure
patch
|
blob
|
history
diff --git
a/windows/MYconfigure
b/windows/MYconfigure
index
5b3d55b
..
9af8b90
100755
(executable)
--- a/
windows/MYconfigure
+++ b/
windows/MYconfigure
@@
-118,6
+118,8
@@
echo "LDFLAGS=${LDFLAGS}"
--enable-static-linking \
--enable-strptime-sanity-checks \
--disable-pthread --disable-dynamic-pcre \
+ --enable-extended-statistics \
+ --enable-pcre-host-patterns \
--with-docbook=yes
# -- done --