cross-aarch64-linux-gnu: 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
This commit is contained in:
parent
8e4c7519ed
commit
e6b46d6a3c
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.33
|
version=0.33
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -354,7 +354,6 @@ do_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/{sbin,etc,var}
|
rm -rf ${DESTDIR}/${_sysroot}/{sbin,etc,var}
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/usr/lib/gconv
|
|
||||||
rm -f ${DESTDIR}/${_sysroot}/libexec
|
rm -f ${DESTDIR}/${_sysroot}/libexec
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue