summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
diff --git a/package/glib/Config.in b/package/glib/Config.in
index 4bbbee57d..679b200ee 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 9ebb38ddd..41ebd68a3 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 7f056c3a6..85158bfda 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 5513d72b0..c0dacdbb0 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 873e61b9d..0c18f6401 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 b2739f494..7d818d808 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