From 0c77612469da47052a720b17cf576ba880478961 Mon Sep 17 00:00:00 2001 From: Richard van Paasen Date: Mon, 14 Dec 2009 22:56:10 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- ...adm-2.6.1-003.uclibc-dont-force-largefile.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 package/mdadm/mdadm-2.6.1-003.uclibc-dont-force-largefile.patch (limited to 'package/mdadm/mdadm-2.6.1-003.uclibc-dont-force-largefile.patch') diff --git a/package/mdadm/mdadm-2.6.1-003.uclibc-dont-force-largefile.patch b/package/mdadm/mdadm-2.6.1-003.uclibc-dont-force-largefile.patch deleted file mode 100644 index c671437d2..000000000 --- a/package/mdadm/mdadm-2.6.1-003.uclibc-dont-force-largefile.patch +++ /dev/null @@ -1,27 +0,0 @@ -[PATCH] mdadm: don't enable largefile support unconditionally on uClibc - -uClibc can be compiled without largefile support (and errors out if -_FILE_OFFSET_BITS is set to 64), so don't define it if that combination -is detected. - -Signed-off-by: Peter Korsgaard ---- - mdadm.h | 4 ++++ - 1 file changed, 4 insertions(+) - -Index: mdadm-2.6.7.1/mdadm.h -=================================================================== ---- mdadm-2.6.7.1.orig/mdadm.h -+++ mdadm-2.6.7.1/mdadm.h -@@ -28,7 +28,11 @@ - */ - - #define _GNU_SOURCE -+#include -+/* uclibc without largefile support #errors on _FILE_OFFSET_BITS=64 */ -+#if !(defined(__UCLIBC__) && !defined(__UCLIBC_HAS_LFS__)) - #define _FILE_OFFSET_BITS 64 -+#endif - #include - #if !defined(__dietlibc__) && !defined(__KLIBC__) - extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); -- cgit v1.2.3