From 351f51c15154ff4790b9983a503fc2dadba8dd2e Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 15 Aug 2005 03:23:47 +0000 Subject: [PATCH] do not build lib and util here SVN-Revision: 1680 --- openwrt/target/linux/package/fuse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 8b997d6b4f..c366d9a65c 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/target/linux/package/fuse/Makefile @@ -55,8 +55,8 @@ $(PKG_BUILD_DIR)/.configured: --enable-shared \ --enable-static \ --enable-kernel-module \ - --enable-lib \ - --enable-util \ + --disable-lib \ + --disable-util \ --disable-example \ --disable-auto-modprobe \ --with-kernel=$(KERNEL_DIR) \ -- 2.30.2