diff options
| author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2013-07-30 18:33:01 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-30 23:26:56 +0200 |
| commit | b70b927391071f835433e802b269259fa3652269 (patch) | |
| tree | 5af409836415b783426bdedb9fd92a6e9babde07 /package | |
| parent | ccb9d44e02708689a690ed91fb520bac36079bfb (diff) | |
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>
Diffstat (limited to 'package')
| -rw-r--r-- | package/libfuse/libfuse.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk index 605707783..84ca9221e 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 |
