]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/e2fsprogs
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / e2fsprogs
index 8e265c1e25703c47fefb347e5cf5a18a898f2200..64786860cec796a1764e94dc934ac0fb13c74b2c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
 
 include Config
 
-VER      = 1.42.13
+VER      = 1.46.5
 
 THISAPP    = e2fsprogs-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = bc759fc62666786f5436e2075beb3265
+$(DL_FILE)_MD5 = bb7d0c212dd99affa5fc512a3c7a949b
 
 install : $(TARGET)
 
@@ -69,13 +69,15 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        -mkdir -pv $(DIR_APP)/build
        cd $(DIR_APP)/build && \
                $(DIR_APP)/configure \
                        --prefix=/usr \
                        --with-root-prefix="" \
                        --enable-elf-shlibs \
+                       --disable-libblkid \
+                       --disable-libuuid \
                        --disable-nls
 
        cd $(DIR_APP)/build && make $(MAKETUNING)