diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 14:21:54 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 14:21:54 +0000 |
| commit | 6e34bfb54391be6181ecdb530d7c5094e147c1b9 (patch) | |
| tree | f5159d1e559fc77a53db98869819d22944b37b7d /openwrt/package/fuse | |
| parent | 64ecce56d33baf79cbf37c11b487bbc095b3286a (diff) | |
| download | mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.zip mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.tar.gz mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.tar.bz2 | |
Add libpthread dependency
SVN-Revision: 604
Diffstat (limited to 'openwrt/package/fuse')
| -rw-r--r-- | openwrt/package/fuse/Config.in | 4 | ||||
| -rw-r--r-- | openwrt/package/fuse/ipkg/libfuse/CONTROL/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/fuse/Config.in b/openwrt/package/fuse/Config.in index e9ad51e..435570e 100644 --- a/openwrt/package/fuse/Config.in +++ b/openwrt/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/openwrt/package/fuse/ipkg/libfuse/CONTROL/control b/openwrt/package/fuse/ipkg/libfuse/CONTROL/control index 175673d..b1d113f 100644 --- a/openwrt/package/fuse/ipkg/libfuse/CONTROL/control +++ b/openwrt/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 |
