mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
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 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue