summaryrefslogtreecommitdiffstats
path: root/package/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/Config.in4
-rw-r--r--package/fuse/ipkg/libfuse/CONTROL/control1
2 files changed, 4 insertions, 1 deletions
diff --git a/package/fuse/Config.in b/package/fuse/Config.in
index e9ad51eae..435570e13 100644
--- a/package/fuse/Config.in
+++ b/package/fuse/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_FUSE
+ select BR2_PACKAGE_LIBPTHREAD
tristate "fuse (Filesystem in USErspace)"
default n
help
@@ -18,4 +19,5 @@ config BR2_PACKAGE_FUSE
http://fuse.sourceforge.net/
-
+ Depends: libpthread
+
diff --git a/package/fuse/ipkg/libfuse/CONTROL/control b/package/fuse/ipkg/libfuse/CONTROL/control
index 175673d1b..b1d113fc3 100644
--- a/package/fuse/ipkg/libfuse/CONTROL/control
+++ b/package/fuse/ipkg/libfuse/CONTROL/control
@@ -6,3 +6,4 @@ Architecture: [TBDL]
Maintainer: Nico <nthill@free.fr>
Source: http://nthill.free.fr/openwrt/sources/fuse2/
Description: Filesystem in Userspace (library)
+Depends: libpthread