diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:48:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:48:23 +0200 |
commit | 99c44b8c9156831e09ebe1d8778532cc05e9c0e2 (patch) | |
tree | be826a5e93fcf566afaa3a2410cc57e01798290f | |
parent | bfdd636b8620b54d05674fcb13a27cae74a4ae87 (diff) |
minor cleanup
-rw-r--r-- | package/fuse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 79426d1c5..8d55c6900 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= fuse PKG_VERSION:= 2.9.3 PKG_RELEASE:= 2 PKG_MD5SUM:= 33cae22ca50311446400daf8a6255c6a -PKG_DESCR:= Filesystem in Userspace (utilities) +PKG_DESCR:= filesystem in userspace utility PKG_SECTION:= fs PKG_DEPENDS:= kmod-fuse-fs libfuse PKG_BUILDDEP:= libiconv-tiny @@ -19,7 +19,7 @@ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz PKG_SUBPKGS:= FUSE_UTILS LIBFUSE -PKGSD_LIBFUSE:= FUSE library +PKGSD_LIBFUSE:= filesystem in userspace library PKGSC_LIBFUSE:= libs ifeq ($(ADK_STATIC),y) @@ -33,8 +33,8 @@ $(eval $(call PKG_template,LIBFUSE,libfuse,${PKG_VERSION}-${PKG_RELEASE},,${PKGS CONFIGURE_ARGS+= --enable-lib \ --enable-util \ - --enable-example \ --with-libiconv-prefix="${STAGING_TARGET_DIR}/usr" \ + --disable-example \ --disable-auto-modprobe \ --disable-mtab \ --disable-kernel-module |