glibc: restore localized messages

This commit is contained in:
Matthias von Faber 2021-05-21 19:26:15 +02:00 committed by Érico Nogueira Rolim
parent 6966661b52
commit 144bfaf71e

View file

@ -1,7 +1,7 @@
# Template file for 'glibc' # Template file for 'glibc'
pkgname=glibc pkgname=glibc
version=2.32 version=2.32
revision=1 revision=2
bootstrap=yes bootstrap=yes
short_desc="GNU C library" short_desc="GNU C library"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
@ -48,7 +48,7 @@ conf_files="
/etc/gai.conf /etc/gai.conf
/etc/ld.so.conf" /etc/ld.so.conf"
if [ "$CHROOT_READY" ]; then if [ "$CHROOT_READY" ]; then
hostmakedepends="bison perl python3 texinfo" hostmakedepends="bison gettext perl python3 texinfo"
fi fi
makedepends="kernel-libc-headers" makedepends="kernel-libc-headers"
lib32files="/usr/lib/gconv/gconv-modules" lib32files="/usr/lib/gconv/gconv-modules"