Add libpthread dependency
authorNicolas Thill <nico@openwrt.org>
Sat, 9 Apr 2005 14:21:54 +0000 (14:21 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 9 Apr 2005 14:21:54 +0000 (14:21 +0000)
SVN-Revision: 604

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

index e9ad51eae87cd46ca56bbb81d5ea7473fc41180d..435570e130cb2e1faa706932708b930ddd1e73d7 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 175673d1b5168e61967933e559b412e96a45fa73..b1d113fc3dc9dd8c01b4c10d3569996476cfcaea 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 4bbbee57db56df34e926181c45a56ac2881dd4fa..679b200ee4a96af82f0e53fc0730a54ac6f8ae8c 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 9ebb38ddd5c3a6501c30899cc0352c99e80d1c66..41ebd68a3180e004f9497de924e01ec6509ca739 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 7f056c3a6d0bf71a7ddb938dc3eaa885b4f20102..85158bfda47831a9bc78b6c7dd56f23f82d56048 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 5513d72b05c1b159f4284bd6415e362d726b1c20..c0dacdbb0d666b7792901afeb04052539dd0598f 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 873e61b9d4066cf99c2eee61cfb395b43a190f69..0c18f6401d066ff95e84283082baf07dc640609f 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 b2739f49473a69546e98565119a84cd2e3aa0d23..7d818d808aa19850cb231cbcfc82ccf1a59ebe1b 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