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