sys-fs/e2fsprogs: work around broken Makefile

Bug: https://bugs.gentoo.org/936493
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2024-09-02 13:51:42 -04:00
parent 7d57be8957
commit fe128bcd6e

View File

@@ -113,6 +113,10 @@ multilib_src_configure() {
}
multilib_src_compile() {
# Parallel make issue #936493
emake -C lib/et V=1 compile_et
emake -C lib/ext2fs V=1 ext2_err.h
if multilib_is_native_abi && use tools ; then
emake V=1
else