projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add raw and NOTRACK targets (#1583)
[openwrt.git]
/
package
/
fuse
/
Makefile
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
913feba
..
792f5e6
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-16,7
+16,6
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=3f4f5d07d12dedc0a3fd23472171fe94
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=3f4f5d07d12dedc0a3fd23472171fe94
-PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-63,6
+62,9
@@
define Package/libfuse
This package contains the FUSE shared library, needed by other programs.
endef
This package contains the FUSE shared library, needed by other programs.
endef
+CONFIGURE_VARS += \
+ kernsrcver="$(LINUX_VERSION)"
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
This page took
0.019858 seconds
and
4
git commands to generate.