New commits:
commit 91bf650f428b8460671c87d6579f79b37eb5d6b1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
libidn2: hot-fix for build due to automake-1.16 missing
The build triggers a autotools regeneration step at some point and breaks
if automake-1.16 is not there. Explicit autoreconf avoids that.
Proper fix maybe involves an update after 6 years.
commit 2b95b72a4209397fa7472f1fd8192621ef6613ce
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
pcre2: un-break build with SOURCE2
diff --git a/libs/libidn2/HISTORY b/libs/libidn2/HISTORY
index b2ae040..505e2cf 100644
--- a/libs/libidn2/HISTORY
+++ b/libs/libidn2/HISTORY
@@ -1,3 +1,7 @@
+2025-02-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: hot-fix for build that misses automake-1.16 at
+ some point
+
2019-11-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.3.0, SECURITY_PATCH++, (CVE-2019-12290)
diff --git a/libs/libidn2/PRE_BUILD b/libs/libidn2/PRE_BUILD
new file mode 100755
index 0000000..0b9ee7a
--- /dev/null
+++ b/libs/libidn2/PRE_BUILD
@@ -0,0 +1,4 @@
+# weird error where some re-generation is triggered that misses automake-1.16
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+autoreconf
diff --git a/libs/pcre2/DETAILS b/libs/pcre2/DETAILS
index eaec597..0c85a2f 100755
--- a/libs/pcre2/DETAILS
+++ b/libs/pcre2/DETAILS
@@ -2,7 +2,6 @@
VERSION=10.45