X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcrda;h=621a6b549a31b28bc675a3629de9b80c5997c589;hb=be7878d5c92600e7d316a86b18a77819734b62a0;hp=f97fdcb81ec685058c4bc66f38e34661c10ed022;hpb=1c94d079236ec2a9471752dd09bcd084ed6e2c4b;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/crda b/lfs/crda index f97fdcb81e..621a6b549a 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-2013 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.13 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 = 66b1b0417c1ad19f0009a5c0c0c1aebc 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)