[Buildroot] [PATCH] libfuse: remove unused configure options

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Tue Jul 30 16:33:01 UTC 2013


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 at gmail.com>

---
 package/libfuse/libfuse.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk
--- 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
 


More information about the buildroot mailing list