From 4c973e67f4ae521b6e8a5d2cc7c15df71e95bf22 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Thu, 18 Jul 2024 17:08:42 -0700 Subject: [PATCH] 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. --- srcpkgs/glibc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 42527099dd1..128704dcd1a 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -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 " @@ -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