From: Luka Perkov Date: Mon, 25 Apr 2011 22:10:58 +0000 (+0000) Subject: remove old mdadm patch X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=4b429420d354ae4733603ebac25ce156f21b5852 remove old mdadm patch SVN-Revision: 26760 --- diff --git a/utils/mdadm/patches/001-makefile-fixes.patch b/utils/mdadm/patches/001-makefile-fixes.patch deleted file mode 100644 index ecbe57f332..0000000000 --- a/utils/mdadm/patches/001-makefile-fixes.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: mdadm-3.2/Makefile -=================================================================== ---- mdadm-3.2.orig/Makefile -+++ mdadm-3.2/Makefile -@@ -76,7 +76,6 @@ FAILED_SLOTS_DIR = /dev/.mdadm/failed-sl - DIRFLAGS = -DMAP_DIR=\"$(MAP_DIR)\" -DMAP_FILE=\"$(MAP_FILE)\" - DIRFLAGS += -DMDMON_DIR=\"$(MDMON_DIR)\" - DIRFLAGS += -DFAILED_SLOTS_DIR=\"$(FAILED_SLOTS_DIR)\" --CFLAGS = $(CWFLAGS) $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" $(CONFFILEFLAGS) $(DIRFLAGS) - - # The glibc TLS ABI requires applications that call clone(2) to set up - # TLS data structures, use pthreads until mdmon implements this support -@@ -184,7 +183,7 @@ test_stripe : restripe.c mdadm.h - - mdassemble : $(ASSEMBLE_SRCS) $(INCL) - rm -f $(OBJS) -- $(DIET_GCC) $(ASSEMBLE_FLAGS) -o mdassemble $(ASSEMBLE_SRCS) $(STATICSRC) -+ $(CC) $(ASSEMBLE_FLAGS) -o mdassemble $(ASSEMBLE_SRCS) $(STATICSRC) - - mdassemble.static : $(ASSEMBLE_SRCS) $(INCL) - rm -f $(OBJS)