in RHEL10 is at version 10.44 and mariadb11.8.3 requires pcre 10.45 Also added a patch to source the pcre from a directory during the build instead of downloading it using git as the builds do not have access to the internet
13 lines
534 B
Diff
13 lines
534 B
Diff
diff -Naur mariadb-11.8.3/cmake/pcre.cmake mariadb-11.8.3_patched/cmake/pcre.cmake
|
|
--- mariadb-11.8.3/cmake/pcre.cmake 2025-07-28 21:35:02.000000000 +0200
|
|
+++ mariadb-11.8.3_patched/cmake/pcre.cmake 2025-10-23 13:00:58.592682942 +0200
|
|
@@ -64,7 +64,7 @@
|
|
ExternalProject_Add(
|
|
pcre2
|
|
PREFIX "${dir}"
|
|
- URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45/pcre2-10.45.zip"
|
|
+ URL "file:///${dir}/pcre2-10.45.zip"
|
|
URL_MD5 873da56c6469ec207ca5c5ae9688b83a
|
|
INSTALL_COMMAND ""
|
|
CMAKE_ARGS
|