From 6e34bfb54391be6181ecdb530d7c5094e147c1b9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 9 Apr 2005 14:21:54 +0000 Subject: [PATCH] Add libpthread dependency SVN-Revision: 604 --- openwrt/package/fuse/Config.in | 4 +++- openwrt/package/fuse/ipkg/libfuse/CONTROL/control | 1 + openwrt/package/glib/Config.in | 6 ++++++ openwrt/package/glib/glib.control | 1 + openwrt/package/matrixssl/Config.in | 4 ++++ openwrt/package/matrixssl/matrixssl.control | 1 + openwrt/package/openvpn/Config.in | 6 +++++- openwrt/package/openvpn/openvpn.control | 2 +- 8 files changed, 22 insertions(+), 3 deletions(-) diff --git a/openwrt/package/fuse/Config.in b/openwrt/package/fuse/Config.in index e9ad51eae8..435570e130 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 175673d1b5..b1d113fc3d 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 Source: http://nthill.free.fr/openwrt/sources/fuse2/ Description: Filesystem in Userspace (library) +Depends: libpthread diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in index 4bbbee57db..679b200ee4 100644 --- a/openwrt/package/glib/Config.in +++ b/openwrt/package/glib/Config.in @@ -1,6 +1,12 @@ config BR2_PACKAGE_GLIB + select BR2_PACKAGE_LIBPTHREAD tristate "glib 1.2" default m help GLib is a library containing many useful C routines for things such as trees, hashes, and lists. + + http://www.gtk.org/ + + Depends: libpthread + diff --git a/openwrt/package/glib/glib.control b/openwrt/package/glib/glib.control index 9ebb38ddd5..41ebd68a31 100644 --- a/openwrt/package/glib/glib.control +++ b/openwrt/package/glib/glib.control @@ -6,3 +6,4 @@ Source: buildroot internal Description: The GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, and lists. +Depends: libpthread diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index 7f056c3a6d..85158bfda4 100644 --- a/openwrt/package/matrixssl/Config.in +++ b/openwrt/package/matrixssl/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_MATRIXSSL + select BR2_PACKAGE_LIBPTHREAD tristate "matrixssl" default m help an embedded SSL implementation http://www.matrixssl.org/ + + Depends: libpthread + diff --git a/openwrt/package/matrixssl/matrixssl.control b/openwrt/package/matrixssl/matrixssl.control index 5513d72b05..c0dacdbb0d 100644 --- a/openwrt/package/matrixssl/matrixssl.control +++ b/openwrt/package/matrixssl/matrixssl.control @@ -4,3 +4,4 @@ Section: libs Maintainer: Felix Fietkau Source: buildroot internal Description: an embedded SSL implementation +Depends: libpthread diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in index 873e61b9d4..0c18f6401d 100644 --- a/openwrt/package/openvpn/Config.in +++ b/openwrt/package/openvpn/Config.in @@ -2,11 +2,15 @@ config BR2_PACKAGE_OPENVPN tristate "OpenVPN" default m select BR2_PACKAGE_KMOD_TUN + select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_OPENSSL help Open Source VPN solution using SSL - + http://openvpn.net/ + + Depends: kmod-tun, libpthread, openssl + config BR2_PACKAGE_OPENVPN_SERVER bool "Enable server support" diff --git a/openwrt/package/openvpn/openvpn.control b/openwrt/package/openvpn/openvpn.control index b2739f4947..7d818d808a 100644 --- a/openwrt/package/openvpn/openvpn.control +++ b/openwrt/package/openvpn/openvpn.control @@ -2,6 +2,6 @@ Package: openvpn Priority: optional Section: net Maintainer: Felix Fietkau -Depends: lzo, openssl, kmod-tun +Depends: libpthread, lzo, openssl, kmod-tun Source: buildroot internal Description: Open Source VPN solution using SSL -- 2.25.1