Add libpthread dependency
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Apr 2005 14:21:54 +0000 (14:21 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Apr 2005 14:21:54 +0000 (14:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@604 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/fuse/Config.in
package/fuse/ipkg/libfuse/CONTROL/control
package/glib/Config.in
package/glib/glib.control
package/matrixssl/Config.in
package/matrixssl/matrixssl.control
package/openvpn/Config.in
package/openvpn/openvpn.control

index e9ad51e..435570e 100644 (file)
@@ -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
+         
index 175673d..b1d113f 100644 (file)
@@ -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
index 4bbbee5..679b200 100644 (file)
@@ -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
+         
index 9ebb38d..41ebd68 100644 (file)
@@ -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
index 7f056c3..85158bf 100644 (file)
@@ -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
+         
index 5513d72..c0dacdb 100644 (file)
@@ -4,3 +4,4 @@ Section: libs
 Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
 Source: buildroot internal
 Description: an embedded SSL implementation
+Depends: libpthread
index 873e61b..0c18f64 100644 (file)
@@ -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"
index b2739f4..7d818d8 100644 (file)
@@ -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