projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a8837
)
bump PCRE library to pcre2-10.43
author
Lee
<ler762@users.sourceforge.net>
Fri, 12 Apr 2024 08:46:22 +0000
(
04:46
-0400)
committer
Lee
<ler762@users.sourceforge.net>
Fri, 12 Apr 2024 08:46:22 +0000
(
04:46
-0400)
windows/MYconfigure
patch
|
blob
|
history
diff --git
a/windows/MYconfigure
b/windows/MYconfigure
index
fa063ff
..
204091a
100755
(executable)
--- a/
windows/MYconfigure
+++ b/
windows/MYconfigure
@@
-146,9
+146,9
@@
usepcre2=yes
#
if [ "$usepcre2" = "yes" ]; then
PCREOPT=""
- inc="/source/pcre2-10.4
2
/src/"
+ inc="/source/pcre2-10.4
3
/src/"
# need pcre2.h
- lib="/source/pcre2-10.4
2
/.libs"
+ lib="/source/pcre2-10.4
3
/.libs"
# need libpcre2-8.a & libpcre2-posix.a
else
PCREOPT="--disable-pcre2"