Merge pull request #1687 from MilhouseVH/nofuse2fs

e2fsprogs: do not build fuse2fs
This commit is contained in:
Lukas Rusak 2017-06-14 13:07:24 -07:00 committed by GitHub
commit 1d2572dead

View File

@ -62,6 +62,7 @@ PKG_CONFIGURE_OPTS_TARGET="BUILD_CC=$HOST_CC \
--disable-uuidd \
--disable-nls \
--disable-rpath \
--disable-fuse2fs \
--with-gnu-ld"
PKG_CONFIGURE_OPTS_INIT="$PKG_CONFIGURE_OPTS_TARGET"