Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/glibc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-08-05 12:31:48 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-08-05 12:31:48 +0200
commit72cf9778e6935151699b8146cc0dbd0208e07691 (patch)
tree37a2aa7530ec87390dd70fe1f24d3f3092830af2 /core/glibc
parentf90fbf985e88c05da1d0247afe66666bc9c5fc67 (diff)
core/glibc: disabled localedef call (breaks with ABI mismatch GLIBC 2.38)
Diffstat (limited to 'core/glibc')
-rw-r--r--core/glibc/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD
index e5cf18d7..b3342788 100644
--- a/core/glibc/PKGBUILD
+++ b/core/glibc/PKGBUILD
@@ -119,13 +119,15 @@ eval "$(
'
)"
+# breaks with:
+# locale/localedef: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by locale/localedef)
# readd locale generation removed by lib32 sed-fu above in build!
-eval "$(
- declare -f build | \
- sed '
- $ i locale/localedef -c -f ../glibc/localedata/charmaps/UTF-8 -i ../glibc/localedata/locales/C ../C.UTF-8/
- '
-)"
+#eval "$(
+# declare -f build | \
+# sed '
+# $ i locale/localedef -c -f ../glibc/localedata/charmaps/UTF-8 -i ../glibc/localedata/locales/C ../C.UTF-8/
+# '
+#)"
# ignoring tests for now (they hang, checked manually, see skip_tests above)
unset check