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-09-07 07:09:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-09-07 07:09:04 +0200
commit5a3c467752bd6c5583bfbec73c696495f1b507fe (patch)
tree275fe38e44d9a84efd1ee53562cad7c4a3f6c5f0 /core/glibc
parent5467c931634c751e3e1debf5fa62f04284247ef7 (diff)
core/glibc: breaks again with localedef glibc library mismatch
Diffstat (limited to 'core/glibc')
-rw-r--r--core/glibc/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD
index 19b11dc0..4ac4e9ce 100644
--- a/core/glibc/PKGBUILD
+++ b/core/glibc/PKGBUILD
@@ -120,12 +120,13 @@ eval "$(
)"
# 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/
- '
-)"
+# breaks again on glibc library mismatches
+#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