X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcrda;h=f4e911e0517f9bc021d7f2116db78a0542f6c27b;hp=8bee2584ba496dfdc79a6d00773882232365badf;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=e6c4f090b694a8d102da5b2765dcdac871f20517 diff --git a/lfs/crda b/lfs/crda index 8bee2584ba..f4e911e051 100644 --- a/lfs/crda +++ b/lfs/crda @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 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.13 +VER = 3.18 THISAPP = crda-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 66b1b0417c1ad19f0009a5c0c0c1aebc +$(DL_FILE)_MD5 = 0431fef3067bf503dfb464069f06163a install : $(TARGET) @@ -71,6 +71,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 -e "s/-Werror//g" -i Makefile cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)