aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm/files
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-04-19 16:22:07 +0800
committerSaul Wold <sgw@linux.intel.com>2011-04-22 22:03:57 -0700
commit818b71e7f4190d9fafbbbfa1b68ae1cc99de7c2d (patch)
tree9a2f503ee61c73f264e3c10db8b5497d7d9bd142 /meta/recipes-extended/mdadm/files
parentf9072234c0e9b9f229762f0cdff53c571c948740 (diff)
downloadopenembedded-core-contrib-818b71e7f4190d9fafbbbfa1b68ae1cc99de7c2d.tar.gz
mdadm: upgrade from 3.1.4 to the latest version 3.2.1
removed fix-z-now.patch since 3.2.1 has integrated it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-extended/mdadm/files')
-rw-r--r--meta/recipes-extended/mdadm/files/fix-z-now.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-extended/mdadm/files/fix-z-now.patch b/meta/recipes-extended/mdadm/files/fix-z-now.patch
deleted file mode 100644
index 3cd606b528..0000000000
--- a/meta/recipes-extended/mdadm/files/fix-z-now.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix -z now is really a LD option, not a gcc option so use -Wl to pass it to LD
-
-Created-by: Saul Wold <saul.wold@intel.com>
-
---- Makefile.orig 2010-08-31 13:52:46.277764099 -0700
-+++ Makefile 2010-08-31 14:02:28.218014078 -0700
-@@ -167,7 +167,7 @@
-
- # use '-z now' to guarantee no dynamic linker interactions with the monitor thread
- mdmon : $(MON_OBJS)
-- $(CC) $(LDFLAGS) $(MON_LDFLAGS) -z now -o mdmon $(MON_OBJS) $(LDLIBS)
-+ $(CC) $(LDFLAGS) $(MON_LDFLAGS) -Wl,-z,now -o mdmon $(MON_OBJS) $(LDLIBS)
- msg.o: msg.c msg.h
-
- test_stripe : restripe.c mdadm.h