mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/e2fsprogs: fix parallel make bug
Bug: https://bugs.gentoo.org/806875 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -30,6 +30,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854
|
||||
|
||||
# Upstream patches (can usually removed with next version bump)
|
||||
"${FILESDIR}"/${P}-parallel-make.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
29
sys-fs/e2fsprogs/files/e2fsprogs-1.46.5-parallel-make.patch
Normal file
29
sys-fs/e2fsprogs/files/e2fsprogs-1.46.5-parallel-make.patch
Normal file
@@ -0,0 +1,29 @@
|
||||
--- a/lib/ext2fs/Makefile.in
|
||||
+++ b/lib/ext2fs/Makefile.in
|
||||
@@ -729,6 +729,12 @@
|
||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
|
||||
$(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/bmap64.h $(srcdir)/rbtree.h \
|
||||
$(srcdir)/compiler.h
|
||||
+blknum.o: $(srcdir)/blknum.c $(top_builddir)/lib/config.h \
|
||||
+ $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
|
||||
+ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||
+ $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
|
||||
+ $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
|
||||
+ $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
|
||||
block.o: $(srcdir)/block.c $(top_builddir)/lib/config.h \
|
||||
$(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
|
||||
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
|
||||
@@ -837,6 +843,13 @@
|
||||
$(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
|
||||
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||
$(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
|
||||
+ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||
+ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
|
||||
+ $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
||||
+fallocate.o: $(srcdir)/fallocate.c $(top_builddir)/lib/config.h \
|
||||
+ $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
|
||||
+ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
|
||||
+ $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
|
||||
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
|
||||
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
|
||||
$(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/e2image.h
|
||||
Reference in New Issue
Block a user