mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user