glibc: fix the 32bit pkg to also include gconv-modules.

Fixes umlauts in Skype reported by olivetre. Thanks to dominikh.
This commit is contained in:
Juan RP 2015-01-13 15:32:06 +01:00
parent 86259a0bbc
commit f529aa3062

View file

@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.20
revision=7
revision=8
bootstrap=yes
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -32,6 +32,7 @@ if [ "$CHROOT_READY" ]; then
fi
makedepends="kernel-libc-headers"
build_options="systemd"
lib32files="/usr/lib/gconv/gconv-modules"
do_configure() {
mkdir build