From: Thomas De Schampheleire Date: Tue, 30 Jul 2013 16:33:01 +0000 (+0200) Subject: libfuse: remove unused configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b70b927391071f835433e802b269259fa3652269;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk index 6057077837..84ca9221e0 100644 --- a/package/libfuse/libfuse.mk +++ b/package/libfuse/libfuse.mk @@ -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