mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
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:
parent
ccb9d44e02
commit
b70b927391
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user