X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmdadm;h=19d678f93385552a3cd4d3ce1b3ef7d516217b18;hb=5996c2815798e7bb8c069caad40ffb084ecf1cf7;hp=29d495d605f0520de3c0ee8899ab537297442b3f;hpb=b76a0377bece73e0ac34ac310b2a8b2fcb8813c7;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/mdadm b/lfs/mdadm index 29d495d605..19d678f933 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.3.2 +VER = 4.1 THISAPP = mdadm-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 44698d351501cac6a89072dc877eb220 +$(DL_FILE)_MD5 = 51bf3651bd73a06c413a2f964f299598 install : $(TARGET) @@ -73,6 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed 's@-Werror@@' -i Makefile cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)