summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>2013-07-30 18:33:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-30 23:26:56 +0200
commitb70b927391071f835433e802b269259fa3652269 (patch)
tree5af409836415b783426bdedb9fd92a6e9babde07
parentccb9d44e02708689a690ed91fb520bac36079bfb (diff)
downloadbuildroot-b70b927391071f835433e802b269259fa3652269.tar.gz
buildroot-b70b927391071f835433e802b269259fa3652269.zip
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>
-rw-r--r--package/libfuse/libfuse.mk3
1 files changed, 1 insertions, 2 deletions
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
OpenPOWER on IntegriCloud