X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcrda;h=f4e911e0517f9bc021d7f2116db78a0542f6c27b;hp=f97fdcb81ec685058c4bc66f38e34661c10ed022;hb=8d76eb20852a695b15e6fd32076128a25fad01d1;hpb=1c94d079236ec2a9471752dd09bcd084ed6e2c4b diff --git a/lfs/crda b/lfs/crda index f97fdcb81e..f4e911e051 100644 --- a/lfs/crda +++ b/lfs/crda @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 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,9 +24,7 @@ include Config -VER = 20110202-git - -REGDB = regulatory-20110202 +VER = 3.18 THISAPP = crda-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -39,13 +37,11 @@ TARGET = $(DIR_INFO)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(REGDB).tar.xz +objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(REGDB).tar.xz = $(DL_FROM)/$(REGDB).tar.xz -$(DL_FILE)_MD5 = 1da048b854cca1f1087c1250df335ca8 -$(REGDB).tar.xz_MD5 = 620621172d18d6f8cdc2db423dcb6381 +$(DL_FILE)_MD5 = 0431fef3067bf503dfb464069f06163a install : $(TARGET) @@ -74,10 +70,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - -mkdir /usr/lib/crda - tar Jxf $(DIR_DL)/$(REGDB).tar.xz -C /usr/lib/crda/ - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && USE_OPENSSL=1 make $(MAKETUNING) - cd $(DIR_APP) && USE_OPENSSL=1 make install + @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) @$(POSTBUILD)