glibc: restore localized messages
This commit is contained in:
parent
6966661b52
commit
144bfaf71e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue