[Privoxy-commits] [privoxy] 01/03: update build script to use the final 8.45 pcre library

User Git git at git.privoxy.org
Thu Nov 11 12:10:14 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 de6f714f054c82f81f3ed3bccec647c352a3ad28
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Thu Nov 11 06:54:23 2021 -0500

    update build script to use the final 8.45 pcre library
    
    https://www.pcre.org/
    Version 8.45 is expected to be the final release of the older PCRE library, and new
    projects should use PCRE2 instead.
---
 windows/MYconfigure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index e0b993cb..eb6eeb09 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -130,8 +130,8 @@ CFLAGS="${CFLAGS} -Wshadow"
 # why does the mingw library _not_ include .a files for libpcre?
 # *sigh* build my own pcre so I can do static linking
 # Get the 8.x PCRE library from  https://ftp.pcre.org/pub/pcre/
-inc="/source/pcre-8.44/"
-lib="/source/pcre-8.44/.libs"
+inc="/source/pcre-8.45/"
+lib="/source/pcre-8.45/.libs"
 CPPFLAGS="${CPPFLAGS} -I${inc}"
 LDFLAGS="${LDFLAGS} -L${lib}"
 

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


More information about the Privoxy-commits mailing list