Add libpthread dependency
SVN-Revision: 604
This commit is contained in:
parent
64ecce56d3
commit
6e34bfb543
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -4,3 +4,4 @@ Section: libs
|
||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||
Source: buildroot internal
|
||||
Description: an embedded SSL implementation
|
||||
Depends: libpthread
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user