X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmdadm;h=3e8444cbf5558b89f5bf202569c410f3d1bb60b4;hb=99b2e30636aa404f9fac355fcbbbe0a2e8f84e0a;hp=881a4c5821691a779739c3b0963e4e86dd985815;hpb=ca3c9e426fb3328d273cede3b84972c5b9449c2b;p=ipfire-2.x.git diff --git a/lfs/mdadm b/lfs/mdadm index 881a4c5821..3e8444cbf5 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 # @@ -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) && patch -Np1 < $(DIR_SRC)/src/patches/mdadm/gcc-7.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)