aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/mdadm/patches/000-compile.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-03-24 12:17:24 +0100
committerFelix Fietkau <nbd@nbd.name>2017-04-26 10:27:45 +0200
commit980c41f8e04f5586731e84492001971eb8371590 (patch)
tree3e8ad1b877a0662986d213dcedc9673aea388e75 /package/utils/mdadm/patches/000-compile.patch
parent725238f698c94656dc216bdd6ae6e3275f266ea4 (diff)
downloadupstream-980c41f8e04f5586731e84492001971eb8371590.tar.gz
upstream-980c41f8e04f5586731e84492001971eb8371590.tar.bz2
upstream-980c41f8e04f5586731e84492001971eb8371590.zip
utils/mdadm: Update to 4.0
Update mdadm to 4.0 Remove 000-compile.patch as it's fixed upstream Refresh patches Add mdadm.h-Undefine-dprintf-before-redefining.patch Source: http://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/mdadm/files Add RAID 0,1 and 10 as depends to make mdadm usable. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/utils/mdadm/patches/000-compile.patch')
-rw-r--r--package/utils/mdadm/patches/000-compile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/mdadm/patches/000-compile.patch b/package/utils/mdadm/patches/000-compile.patch
deleted file mode 100644
index 6d47489163..0000000000
--- a/package/utils/mdadm/patches/000-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/sha1.h
-+++ b/sha1.h
-@@ -26,8 +26,6 @@
- # include <limits.h>
- #endif
-
--#include "ansidecl.h"
--
- /* The following contortions are an attempt to use the C preprocessor
- to determine an unsigned integral type that is 32 bits wide. An
- alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but