+++ b/c++/src/util/xregexp/Makefile.xregexp.lib
@@ -5,7 +5,7 @@ LIB = xregexp
- CPPFLAGS = $(ORIG_CPPFLAGS) $(PCRE_INCLUDE)
+ CPPFLAGS = $(ORIG_CPPFLAGS) $(PCRE_INCLUDE) $(PCRE2_INCLUDE)
-DLL_LIB = $(PCRE_LIB) xutil
+DLL_LIB = $(PCRE_LIB) xutil xncbi
- LIBS = $(PCRE_LIBS)
+ LIBS = $(PCRE_LIBS) $(PCRE2_LIBS)
USES_LIBRARIES = \
--- a/c++/src/objtools/readers/Makefile.xobjread.lib
irix*:* | linux*:KCC | *:Compaq )
--- a/c++/src/build-system/configure.ac
+++ b/c++/src/build-system/configure.ac
-@@ -2419,7 +2419,7 @@ if test -z "$CONF_f_runpath" ; then
+@@ -2424,7 +2424,7 @@ if test -z "$CONF_f_runpath" ; then
CONF_f_runpath="-R"
;;
linux*:[[GI]]CC | linux*Clang | *bsd*:GCC | *bsd*Clang | cygwin*:GCC \
esac
--- a/c++/src/build-system/configure.ac
+++ b/c++/src/build-system/configure.ac
-@@ -2486,7 +2486,7 @@ case "$compiler:$compiler_version:$with_
+@@ -2491,7 +2491,7 @@ case "$compiler:$compiler_version:$with_
break
;;
/* )
--- a/c++/src/connect/ncbi_mbedtls.c
+++ b/c++/src/connect/ncbi_mbedtls.c
-@@ -728,12 +728,14 @@ static EIO_Status s_MbedTlsInit(FSSLPull
- char buf[32];
+@@ -739,12 +739,14 @@ static EIO_Status s_MbedTlsInit(FSSLPull
+ psa_status_t psa_status;
mbedtls_version_get_string(version);
+#if 0