libfuse: remove unused configure options

Current versions of libfuse do not recognize configure options
--disable-nls and --disable-kernel-module. Remove them.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas De Schampheleire 2013-07-30 18:33:01 +02:00 committed by Thomas Petazzoni
parent ccb9d44e02
commit b70b927391
1 changed files with 1 additions and 2 deletions

View File

@ -11,9 +11,8 @@ LIBFUSE_LICENSE = GPLv2 LGPLv2.1
LIBFUSE_LICENSE_FILES = COPYING COPYING.LIB
LIBFUSE_INSTALL_STAGING = YES
LIBFUSE_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
LIBFUSE_CONF_OPT = --disable-nls \
LIBFUSE_CONF_OPT = \
--disable-example \
--disable-kernel-module \
--enable-lib \
--enable-util