diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-20 03:13:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-20 03:13:34 +0000 |
commit | ec4452ddf5c15ff6a9255150823c3bd3d29eb4b8 (patch) | |
tree | 1b9240cb4031d8e3dfe87eaa3f7a890162474d46 /sys-fs/mtd-utils/files | |
parent | Stable for HPPA (bug #324463). (diff) | |
download | gentoo-2-ec4452ddf5c15ff6a9255150823c3bd3d29eb4b8.tar.gz gentoo-2-ec4452ddf5c15ff6a9255150823c3bd3d29eb4b8.tar.bz2 gentoo-2-ec4452ddf5c15ff6a9255150823c3bd3d29eb4b8.zip |
Fix parallel build issues with libubi and mkfs.ubifs #276374.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mtd-utils/files')
-rw-r--r-- | sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch b/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch new file mode 100644 index 000000000000..94db9350267a --- /dev/null +++ b/sys-fs/mtd-utils/files/mtd-utils-20100718-ubi-parallel.patch @@ -0,0 +1,27 @@ +From 52aa25079d6d5116a8bf3b24b32abe210f37f08f Mon Sep 17 00:00:00 2001 +From: Mike Frysinger <vapier@gentoo.org> +Date: Mon, 19 Jul 2010 23:06:37 -0400 +Subject: [PATCH] fix parallel build between ubi-utils and mkfs.ubifs + +Signed-off-by: Mike Frysinger <vapier@gentoo.org> +--- + Makefile | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +diff --git a/Makefile b/Makefile +index b558705..8457654 100644 +--- a/Makefile ++++ b/Makefile +@@ -9,6 +9,9 @@ endif + + SUBDIRS = lib ubi-utils mkfs.ubifs + ++# mkfs.ubifs needs -lubi which is in ubi-utils/ ++subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all ++ + TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \ + ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \ + flash_otp_info flash_otp_dump mtd_debug flashcp nandwrite nandtest \ +-- +1.7.1.1 + |