build-style/void-cross: disable usage of fixincl, it breaks glibc and does nothing for musl
This commit is contained in:
parent
0caccad4cc
commit
a40f4cd82b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue