glibc: add gconv-modules.d to lib32files

glibc installs the gconv configuration to gconv-modules-extra.conf inside
gconv-modules.d.

Ensure this file also gets installed in glibc-32bit as well, to allow iconv
to work.
This commit is contained in:
oreo639 2024-07-18 17:08:42 -07:00
parent 270b449ff3
commit 4c973e67f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.39
revision=3
revision=4
bootstrap=yes
short_desc="GNU C library"
maintainer="Enno Boland <gottox@voidlinux.org>"
@ -53,7 +53,7 @@ if [ "$CHROOT_READY" ]; then
depends="libxcrypt-compat"
fi
makedepends="kernel-libc-headers"
lib32files="/usr/lib/gconv/gconv-modules"
lib32files="/usr/lib/gconv/gconv-modules /usr/lib/gconv/gconv-modules.d"
lib32symlinks="ld-linux.so.2"
archs="~*-musl"
if [ "$XBPS_TARGET_LIBC" = musl ]; then