projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a small typo
[openwrt.git]
/
package
/
fuse
/
Makefile
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
5e60e10
..
792f5e6
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-62,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.049936 seconds
and
4
git commands to generate.