[Privoxy-commits] [privoxy] 01/05: bump PCRE library to pcre2-10.43

User Git git at git.privoxy.org
Tue Dec 31 00:25:03 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 2357905735d0d82ebb35a32f12ccb3344b3e3cb9
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Fri Apr 12 04:46:22 2024 -0400

    bump PCRE library to pcre2-10.43
---
 windows/MYconfigure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index fa063ff6..204091aa 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -146,9 +146,9 @@ usepcre2=yes
 #
 if [ "$usepcre2" = "yes" ]; then
     PCREOPT=""
-    inc="/source/pcre2-10.42/src/"
+    inc="/source/pcre2-10.43/src/"
       # need pcre2.h
-    lib="/source/pcre2-10.42/.libs"
+    lib="/source/pcre2-10.43/.libs"
       # need libpcre2-8.a & libpcre2-posix.a
 else
     PCREOPT="--disable-pcre2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list