New commits:
commit 4ff9488c1a148a4ef62eff00845b55dd5b729364
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
Revert "libs/glibc: reorganized patching + added Makefile patch to
disable ldconfig call during install"
The added patch actually breaks installation.
This reverts commit 593aaafcd9e6df7d04713fe051c04dce461cbc78.
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 8876971..b241f52 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,8 +1,3 @@
-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 a5a5fba..e1a8409 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 &&