mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/linux-headers: fix build failure of linux sources on musl
Closes: https://bugs.gentoo.org/827927 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -30,6 +30,11 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
if use elibc_musl ; then
|
||||
# TODO: May need forward porting to newer versions
|
||||
eapply "${FILESDIR}"/${PN}-5.10-Use-stddefs.h-instead-of-compiler.h.patch
|
||||
fi
|
||||
|
||||
# avoid kernel-2_src_prepare
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user