X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffile;h=4a33238308747a4ed86124eef26915b456037b08;hb=aa81aaf83646a9cbaf07f0e5358fee66ef6e4c06;hp=bfd7552867f7ecedb0962122ae3e6f6b3310f3fb;hpb=0e331dd73b89f397f893c51447a5237935459fbb;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/file b/lfs/file index bfd7552867..4a33238308 100644 --- a/lfs/file +++ b/lfs/file @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2014 Michael Tremer & Christian Schmidt # +# 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 = 5.20 +VER = 5.38 THISAPP = file-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5d5e13eb3e0e13839da869a31790faf2 +$(DL_FILE)_MD5 = 3217633ed09c7cd35ed8d04191675574 install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --disable-bzlib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)