From 9ac856a1eccb3a4ef34d3bfe5f4af529f3ee9d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 21 Jun 2020 14:16:49 +0700 Subject: [PATCH] cross-armv7l-linux-gnueabihf: ship gconv for configure time iconv(3) check evolution-data-server needs this to remove its hack for cross. cmake/meson can run the check with qemu --- srcpkgs/cross-armv7l-linux-gnueabihf/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/cross-armv7l-linux-gnueabihf/template b/srcpkgs/cross-armv7l-linux-gnueabihf/template index cb1f682024..66c34d2932 100644 --- a/srcpkgs/cross-armv7l-linux-gnueabihf/template +++ b/srcpkgs/cross-armv7l-linux-gnueabihf/template @@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.33 -revision=1 +revision=2 short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)" maintainer="Orphaned " homepage="https://www.voidlinux.org/" @@ -352,7 +352,6 @@ do_install() { rm -rf ${DESTDIR}/usr/share rm -rf ${DESTDIR}/${_sysroot}/{sbin,lib,etc,var} rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec} - rm -rf ${DESTDIR}/${_sysroot}/usr/lib/gconv rm -f ${DESTDIR}/${_sysroot}/libexec }