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 09:45:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-09-07 09:45:18 +0200
commit703cd87c97905ac4afe4659a810523c95acd1fb0 (patch)
tree27b45aa2b73ce0eb661ca2d65f1d8745552e0195 /core/glibc
parent5a3c467752bd6c5583bfbec73c696495f1b507fe (diff)
core/glibc: reenable localegen
Diffstat (limited to 'core/glibc')
-rw-r--r--core/glibc/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD
index 4ac4e9ce..91283be1 100644
--- a/core/glibc/PKGBUILD
+++ b/core/glibc/PKGBUILD
@@ -121,12 +121,12 @@ eval "$(
# readd locale generation removed by lib32 sed-fu above in build!
# 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/
-# '
-#)"
+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