X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fe2fsprogs;h=8fda71389f62fe057b908d429b0284a4902e10d8;hp=90e28ac077551caf4fc83ed02be535d0faa744f6;hb=08d91c0f7a7511da8a8d4a7ff2f156677d94463b;hpb=c485f38c996cab87c98a78f1cadc2c2197d30625 diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index 90e28ac077..8fda71389f 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 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 = 1.42.13 +VER = 1.44.4 THISAPP = e2fsprogs-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bc759fc62666786f5436e2075beb3265 +$(DL_FILE)_MD5 = 156e94a6169ca1fa3f0c6749ae5921b9 install : $(TARGET) @@ -76,8 +76,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --with-root-prefix="" \ --enable-elf-shlibs \ - --disable-evms \ --disable-nls + cd $(DIR_APP)/build && make $(MAKETUNING) cd $(DIR_APP)/build && make install cd $(DIR_APP)/build && make install-libs