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
1 changed files with 2 additions and 2 deletions

View File

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