From: Michael Tremer Date: Fri, 20 Dec 2019 12:54:06 +0000 (+0000) Subject: file: Update to 5.38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c45dc7cdea819d93bd20771135ce6a2612feb88;p=people%2Fms%2Fipfire-2.x.git file: Update to 5.38 Signed-off-by: Michael Tremer --- diff --git a/lfs/file b/lfs/file index 8be0b632c7..4a33238308 100644 --- a/lfs/file +++ b/lfs/file @@ -24,7 +24,7 @@ include Config -VER = 5.30 +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 = f35eaf05489ae566eafc4d26bb1dcd90 +$(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)