aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 14:21:54 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 14:21:54 +0000
commiteb07df7f44ca0694dd82f2e45e470cd184590cd7 (patch)
treea0b52636012c0292c9142756c8abb56f1c4f608f /package
parent89df24f4ed188b3750eb60173b9e5539b4c05142 (diff)
downloadmaster-187ad058-eb07df7f44ca0694dd82f2e45e470cd184590cd7.tar.gz
master-187ad058-eb07df7f44ca0694dd82f2e45e470cd184590cd7.tar.bz2
master-187ad058-eb07df7f44ca0694dd82f2e45e470cd184590cd7.zip
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/fuse/Config.in4
-rw-r--r--package/fuse/ipkg/libfuse/CONTROL/control1
-rw-r--r--package/glib/Config.in6
-rw-r--r--package/glib/glib.control1
-rw-r--r--package/matrixssl/Config.in4
-rw-r--r--package/matrixssl/matrixssl.control1
-rw-r--r--package/openvpn/Config.in6
-rw-r--r--package/openvpn/openvpn.control2
8 files changed, 22 insertions, 3 deletions
diff --git a/package/fuse/Config.in b/package/fuse/Config.in
index e9ad51eae8..435570e130 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 175673d1b5..b1d113fc3d 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
diff --git a/package/glib/Config.in b/package/glib/Config.in
index 4bbbee57db..679b200ee4 100644
--- a/package/glib/Config.in
+++ b/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/package/glib/glib.control b/package/glib/glib.control
index 9ebb38ddd5..41ebd68a31 100644
--- a/package/glib/glib.control
+++ b/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/package/matrixssl/Config.in b/package/matrixssl/Config.in
index 7f056c3a6d..85158bfda4 100644
--- a/package/matrixssl/Config.in
+++ b/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/package/matrixssl/matrixssl.control b/package/matrixssl/matrixssl.control
index 5513d72b05..c0dacdbb0d 100644
--- a/package/matrixssl/matrixssl.control
+++ b/package/matrixssl/matrixssl.control
@@ -4,3 +4,4 @@ Section: libs
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot internal
Description: an embedded SSL implementation
+Depends: libpthread
diff --git a/package/openvpn/Config.in b/package/openvpn/Config.in
index 873e61b9d4..0c18f6401d 100644
--- a/package/openvpn/Config.in
+++ b/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/package/openvpn/openvpn.control b/package/openvpn/openvpn.control
index b2739f4947..7d818d808a 100644
--- a/package/openvpn/openvpn.control
+++ b/package/openvpn/openvpn.control
@@ -2,6 +2,6 @@ Package: openvpn
Priority: optional
Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Depends: lzo, openssl, kmod-tun
+Depends: libpthread, lzo, openssl, kmod-tun
Source: buildroot internal
Description: Open Source VPN solution using SSL