mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gcc: remove wrong include-fixed/bits/statx.h header
This commit is contained in:
parent
f0e93ce1bb
commit
6e0eacce05
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ _isl_version=0.21
|
||||||
|
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
version=${_minorver}.0
|
version=${_minorver}.0
|
||||||
revision=7
|
revision=8
|
||||||
short_desc="GNU Compiler Collection"
|
short_desc="GNU Compiler Collection"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
homepage="http://gcc.gnu.org"
|
homepage="http://gcc.gnu.org"
|
||||||
|
@ -366,6 +366,10 @@ do_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib64
|
rm -f ${DESTDIR}/usr/lib64
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Remove "fixed" header
|
||||||
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
|
||||||
|
rm -vf ${DESTDIR}/usr/lib/gcc/${_triplet}/${_minorver}/include-fixed/bits/statx.h
|
||||||
|
|
||||||
# Remove libffi stuff.
|
# Remove libffi stuff.
|
||||||
rm -f ${DESTDIR}/usr/lib/libffi*
|
rm -f ${DESTDIR}/usr/lib/libffi*
|
||||||
rm -f ${DESTDIR}/usr/share/man/man3/ffi*
|
rm -f ${DESTDIR}/usr/share/man/man3/ffi*
|
||||||
|
|
Loading…
Add table
Reference in a new issue