summaryrefslogtreecommitdiffstats
path: root/package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch
diff options
context:
space:
mode:
authorRichard van Paasen <rvpaasen@t3i.nl>2009-12-14 22:56:10 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-03-22 23:57:34 +0100
commit0c77612469da47052a720b17cf576ba880478961 (patch)
tree2d6e9aecd21d90122f838e87525bfcd3f2e94b36 /package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch
parenta038602e8239bed895644bb0266542ae10ba8e69 (diff)
downloadbuildroot-novena-0c77612469da47052a720b17cf576ba880478961.tar.gz
buildroot-novena-0c77612469da47052a720b17cf576ba880478961.zip
mdadm: update to 2.6.9
Closes #805 This patch updates mdadm to 2.6.9 and uses the new makefile template. Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch')
-rw-r--r--package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch b/package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch
deleted file mode 100644
index 6c88bc949..000000000
--- a/package/mdadm/mdadm-2.6.1-002.uclibc-not-lfs-fixup.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -rdup mdadm-2.6.1-001/mdadm.h mdadm-2.6.1/mdadm.h
---- mdadm-2.6.1-001/mdadm.h 2007-04-17 17:41:04.000000000 +0200
-+++ mdadm-2.6.1/mdadm.h 2007-04-17 17:38:43.000000000 +0200
-@@ -388,6 +388,9 @@ struct stat64;
- # undef HAVE_FTW
- # undef HAVE_NFTW
- # endif
-+# ifndef __UCLIBC_HAS_LFS__
-+# define lseek64 lseek
-+# endif
- #endif
-
- #ifdef __dietlibc__