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:
parent
86259a0bbc
commit
f529aa3062
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue