aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/mdadm/patches/000-compile.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-28 11:26:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-28 11:26:33 +0000
commit55c0013e406023d1805253a47476638354e6dfd7 (patch)
tree290fd0f98af72c311e4d4ad9623e28bd42ee56dd /package/utils/mdadm/patches/000-compile.patch
parent4e9fb88844826bf46008c6144c47756394780d4f (diff)
downloadupstream-55c0013e406023d1805253a47476638354e6dfd7.tar.gz
upstream-55c0013e406023d1805253a47476638354e6dfd7.tar.bz2
upstream-55c0013e406023d1805253a47476638354e6dfd7.zip
mdadm: add from /packages, add myself as maintainer
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37060 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/mdadm/patches/000-compile.patch')
-rw-r--r--package/utils/mdadm/patches/000-compile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/utils/mdadm/patches/000-compile.patch b/package/utils/mdadm/patches/000-compile.patch
new file mode 100644
index 0000000000..6d47489163
--- /dev/null
+++ b/package/utils/mdadm/patches/000-compile.patch
@@ -0,0 +1,11 @@
+--- 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