Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/glibc
diff options
context:
space:
mode:
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