libfuse: remove unused configure options
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Tue, 30 Jul 2013 16:33:01 +0000 (18:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jul 2013 21:26:56 +0000 (23:26 +0200)
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>
package/libfuse/libfuse.mk

index 605707783723c3dcefcda90ffc2769c1a7888341..84ca9221e0d6964a1c3d3efc0b89243034e6517a 100644 (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