New commits:
commit 593aaafcd9e6df7d04713fe051c04dce461cbc78
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/glibc: reorganized patching + added Makefile patch to disable
ldconfig call during install
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index b241f52..8876971 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,8 @@
+2022-10-18 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD,
patches/{glibc-2.20-fhs-1,no-ldconfig-during-install}.patch:
+ reorganized patching + added Makefile patch to disable ldconfig
call during
+ install
+
2022-10-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: adapt to linux 6.x
diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
index e1a8409..a5a5fba 100755
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -65,7 +65,7 @@ cd $SOURCE_DIRECTORY &&
# no idea why or how this is missing from configure
# patch -p0 < $SPELL_DIRECTORY/as_fn_executable_p.patch &&