]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/e2fsprogs
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / e2fsprogs
index d8edb867dbcd6ba30c88400b7bf30cd695350e29..9e7988b9bba774f0873a1712b83c3a4de48ad7ee 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        #
@@ -71,12 +71,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @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-evms          \
-                               --disable-nls
+       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