[packages] mdadm: update to version 3.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32753 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a317e6eab1
commit
211a7917b1
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2011 OpenWrt.org
|
# Copyright (C) 2008-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mdadm
|
PKG_NAME:=mdadm
|
||||||
PKG_VERSION:=3.2.3
|
PKG_VERSION:=3.2.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/raid/mdadm
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/raid/mdadm
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_MD5SUM:=7ba1649353b60d8a028af27d9c3ca788
|
PKG_MD5SUM:=2fd33dedcdb06f0d1461f50ddabb7e4a
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
@ -24,7 +24,6 @@ define Package/mdadm
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=A tool for managing Soft RAID under Linux
|
TITLE:=A tool for managing Soft RAID under Linux
|
||||||
URL:=http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
URL:=http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
||||||
MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mdadm/description
|
define Package/mdadm/description
|
||||||
|
11
utils/mdadm/patches/000-compile.patch
Normal file
11
utils/mdadm/patches/000-compile.patch
Normal file
@ -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
|
@ -1,6 +1,6 @@
|
|||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -76,7 +76,6 @@ FAILED_SLOTS_DIR = /dev/.mdadm/failed-sl
|
@@ -76,7 +76,6 @@ FAILED_SLOTS_DIR = /run/mdadm/failed-slo
|
||||||
DIRFLAGS = -DMAP_DIR=\"$(MAP_DIR)\" -DMAP_FILE=\"$(MAP_FILE)\"
|
DIRFLAGS = -DMAP_DIR=\"$(MAP_DIR)\" -DMAP_FILE=\"$(MAP_FILE)\"
|
||||||
DIRFLAGS += -DMDMON_DIR=\"$(MDMON_DIR)\"
|
DIRFLAGS += -DMDMON_DIR=\"$(MDMON_DIR)\"
|
||||||
DIRFLAGS += -DFAILED_SLOTS_DIR=\"$(FAILED_SLOTS_DIR)\"
|
DIRFLAGS += -DFAILED_SLOTS_DIR=\"$(FAILED_SLOTS_DIR)\"
|
||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# The glibc TLS ABI requires applications that call clone(2) to set up
|
# The glibc TLS ABI requires applications that call clone(2) to set up
|
||||||
# TLS data structures, use pthreads until mdmon implements this support
|
# TLS data structures, use pthreads until mdmon implements this support
|
||||||
@@ -184,7 +183,7 @@ test_stripe : restripe.c mdadm.h
|
@@ -183,7 +182,7 @@ raid6check : raid6check.o mdadm.h $(CHEC
|
||||||
|
|
||||||
mdassemble : $(ASSEMBLE_SRCS) $(INCL)
|
mdassemble : $(ASSEMBLE_SRCS) $(INCL)
|
||||||
rm -f $(OBJS)
|
rm -f $(OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user