e2fsprogs: disable unneeded features for host
authorCarlos Santos <casantos@datacom.ind.br>
Sat, 22 Apr 2017 22:49:15 +0000 (00:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 4 May 2017 20:32:25 +0000 (22:32 +0200)
We don't need e2initrd_helper or the test I/O manager for the host, just
like we don't need it for the target.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
[Arnout: don't add --disable-rpath, since we *do* need rpath for the
 host; otherwise we have to explicitly pass LD_LIBRARY_PATH to be able
 to run tools linked with util-linux' libuuid/libblkid]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/e2fsprogs/e2fsprogs.mk

index e0a7fa935452ba8d04ba58d31a453c6364e6cc2d..632fdc250cc43e2452c61d090a122d8457746aae 100644 (file)
@@ -28,10 +28,12 @@ endif
 # Disable fuse2fs as well to avoid carrying over deps, and it's unused
 HOST_E2FSPROGS_CONF_OPTS = \
        --disable-defrag \
+       --disable-e2initrd-helper \
        --disable-fuse2fs \
        --disable-libblkid \
        --disable-libuuid \
-       --enable-symlink-install
+       --enable-symlink-install \
+       --disable-testio-debug
 
 # Set the binary directories to "/bin" and "/sbin" to override programs
 # installed by busybox.