]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/e2fsprogs
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / e2fsprogs
index a7879a2327809f153e0ba170cc03b4660bef22fa..9e7988b9bba774f0873a1712b83c3a4de48ad7ee 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# 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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER      = 1.40.2
+VER      = 1.42.13
 
 THISAPP    = e2fsprogs-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 130ce559a0f311ea2bc04a47b4982d0a
+$(DL_FILE)_MD5 = bc759fc62666786f5436e2075beb3265
 
 install : $(TARGET)
 
@@ -69,12 +69,18 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) $(DIR_SRC)/e2fsprogs-build && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_SRC) && mkdir build
-       cd $(DIR_SRC)/build && $(DIR_APP)/configure --prefix=/usr --with-root-prefix="" \
-                                               --enable-elf-shlibs --disable-evms --disable-nls
-       cd $(DIR_SRC)/build && make $(MAKETUNING)
-       cd $(DIR_SRC)/build && make install
-       cd $(DIR_SRC)/build && make install-libs
-       @rm -rf $(DIR_APP) $(DIR_SRC)/e2fsprogs-build
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(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-nls
+
+       cd $(DIR_APP)/build && make $(MAKETUNING)
+       cd $(DIR_APP)/build && make install
+       cd $(DIR_APP)/build && make install-libs
+       chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a
+       @rm -rf $(DIR_APP)
        @$(POSTBUILD)