X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4b5c94b6556dbfaa4dd9ff5b31066fa9a4709bd3..c3671de19ba1fc0f1b5dbe3040fa3387deb7c121:/openwrt/target/linux/package/fuse/Makefile diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 8b997d6b4..9c66cea18 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/target/linux/package/fuse/Makefile @@ -1,6 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include ../../rules.mk PKG_NAME:=fuse PKG_VERSION:=2.2.1 @@ -55,8 +56,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) \ @@ -66,6 +67,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ + ARCH="$(LINUX_KARCH)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ SUBDIRS="kernel" \ all install