build-style/void-cross: disable usage of fixincl, it breaks glibc and does nothing for musl

This commit is contained in:
John 2021-01-01 22:13:51 +01:00 committed by q66
parent 0caccad4cc
commit a40f4cd82b
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ _void_cross_build_bootstrap_gcc() {
msg_normal "Patching GCC for ${cross_triplet}\n"
cd ${wrksrc}/gcc-${ver}
# Do not run fixincludes
sed -i 's@./fixinc.sh@-c true@' Makefile.in
for f in ${XBPS_SRCPKGDIR}/gcc/patches/*.patch; do
_void_cross_apply_patch -p0 "$f"
done