summaryrefslogtreecommitdiffstats
path: root/package/fuse
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 14:21:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 14:21:54 +0000
commit7d8df2fda273c4b08790be44700993526d12adc7 (patch)
treea0b52636012c0292c9142756c8abb56f1c4f608f /package/fuse
parent7c5c9459231411d0ae658d71dbd6ef5c852f0ce9 (diff)
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
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