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-11 08:22:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-08-11 08:22:49 +0200
commit5467c931634c751e3e1debf5fa62f04284247ef7 (patch)
treeb4d3ae6398d08a8133036cbda08478bb8748bc36 /core/glibc
parent705b7735206a9f8dee826b674bada19b7c6687c9 (diff)
core/glibc: reenabled locale generation
Diffstat (limited to 'core/glibc')
-rw-r--r--core/glibc/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD
index 84002f88..19b11dc0 100644
--- a/core/glibc/PKGBUILD
+++ b/core/glibc/PKGBUILD
@@ -119,15 +119,13 @@ 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