Skip to content

Commit

Permalink
sys-fs/e2fsprogs: work around broken Makefile
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/936493
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Sep 2, 2024
1 parent 7d57be8 commit fe128bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe128bc

Please sign in to comment.