projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e01b22
)
fuse: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 00:56:38 +0000
(
00:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 00:56:38 +0000
(
00:56
+0000)
SVN-Revision: 32182
package/fuse/Makefile
patch
|
blob
|
history
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index 33a40ecfc2c87850a19adddadd4a8db84803d450..40edd909c0bd38214ceec3885d03267b186854f8 100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-65,7
+65,7
@@
$(call Package/fuse/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
- DEPENDS:=+kmod-fuse
+ DEPENDS:=+kmod-fuse
+libpthread
SUBMENU:=Filesystem
endef