Fresh fixes for rdc from sn9, thanks !
[openwrt.git] / package / fuse / Makefile
index 42fe78c..792f5e6 100644 (file)
@@ -16,10 +16,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
 PKG_MD5SUM:=3f4f5d07d12dedc0a3fd23472171fe94
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -66,6 +62,9 @@ define Package/libfuse
        This package contains the FUSE shared library, needed by other programs.
 endef
 
+CONFIGURE_VARS += \
+        kernsrcver="$(LINUX_VERSION)"
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
This page took 0.028371 seconds and 4 git commands to generate.