New commits:
commit fabd9e78e5df781966800cabff0ca20fbfabd36a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/glibc: reorganized patching, added the patch to disable ldconfig call
during our fake install, refactored old libraries backup code
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index b241f52..16c86ea 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,10 @@
+2022-10-19 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, patches/{0001-Disable-ldconfig-during-install,
+ glibc-2.20-fhs-1}.patch: reorganized patching + added Gentoo patch
+ to disable ldconfig execution durung fake installation phase
+ * PRE_INSTALL: refactored old libraries backup code, now it avoids
overriding
+ of existing files
+
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 &&