summaryrefslogtreecommitdiffstats
path: root/rules/host-e2fsprogs.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-14 22:22:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-15 08:08:09 +0200
commitfa8f6c80c7b646b9bf757befabd28a620b083cc4 (patch)
treeeceb8b08fd656f25283fd39c8eab1f6cbee2748e /rules/host-e2fsprogs.make
parent29fd3c3215b7e20ca3b5dafd8551c202df04c00b (diff)
downloadptxdist-fa8f6c80c7b646b9bf757befabd28a620b083cc4.tar.gz
ptxdist-fa8f6c80c7b646b9bf757befabd28a620b083cc4.tar.xz
e2fsprogs: version bump 1.42.13 -> 1.43.1
Note: the license file was just renamed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-e2fsprogs.make')
-rw-r--r--rules/host-e2fsprogs.make12
1 files changed, 8 insertions, 4 deletions
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index a37efc793..305618d97 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -27,18 +27,17 @@ HOST_E2FSPROGS_CONF_OPT := \
--disable-symlink-install \
--disable-symlink-build \
--disable-verbose-makecmds \
- --enable-compression \
- --enable-htree \
--disable-elf-shlibs \
--disable-bsd-shlibs \
--disable-profile \
--disable-gcov \
+ --enable-hardening \
--disable-jbd-debug \
--disable-blkid-debug \
--disable-testio-debug \
--enable-libuuid \
--enable-libblkid \
- --disable-quota \
+ --disable-backtrace \
--disable-debugfs \
--disable-imager \
--disable-resizer \
@@ -47,9 +46,14 @@ HOST_E2FSPROGS_CONF_OPT := \
--disable-e2initrd-helper \
--disable-tls \
--disable-uuidd \
+ --enable-mmp \
+ --enable-tdb \
+ --disable-bmap-stats \
+ --disable-bmap-stats-ops \
--disable-nls \
--enable-threads=posix \
- --disable-rpath
+ --disable-rpath \
+ --disable-fuse2fs
# vim: syntax=make