Add libpthread dependency
SVN-Revision: 604
This commit is contained in:
parent
64ecce56d3
commit
6e34bfb543
@ -1,4 +1,5 @@
|
|||||||
config BR2_PACKAGE_FUSE
|
config BR2_PACKAGE_FUSE
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
tristate "fuse (Filesystem in USErspace)"
|
tristate "fuse (Filesystem in USErspace)"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
@ -18,4 +19,5 @@ config BR2_PACKAGE_FUSE
|
|||||||
|
|
||||||
http://fuse.sourceforge.net/
|
http://fuse.sourceforge.net/
|
||||||
|
|
||||||
|
Depends: libpthread
|
||||||
|
|
||||||
|
@ -6,3 +6,4 @@ Architecture: [TBDL]
|
|||||||
Maintainer: Nico <nthill@free.fr>
|
Maintainer: Nico <nthill@free.fr>
|
||||||
Source: http://nthill.free.fr/openwrt/sources/fuse2/
|
Source: http://nthill.free.fr/openwrt/sources/fuse2/
|
||||||
Description: Filesystem in Userspace (library)
|
Description: Filesystem in Userspace (library)
|
||||||
|
Depends: libpthread
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
config BR2_PACKAGE_GLIB
|
config BR2_PACKAGE_GLIB
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
tristate "glib 1.2"
|
tristate "glib 1.2"
|
||||||
default m
|
default m
|
||||||
help
|
help
|
||||||
GLib is a library containing many useful C routines for things such
|
GLib is a library containing many useful C routines for things such
|
||||||
as trees, hashes, and lists.
|
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
|
Description: The GLib library of C routines
|
||||||
GLib is a library containing many useful C routines for things such
|
GLib is a library containing many useful C routines for things such
|
||||||
as trees, hashes, and lists.
|
as trees, hashes, and lists.
|
||||||
|
Depends: libpthread
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
config BR2_PACKAGE_MATRIXSSL
|
config BR2_PACKAGE_MATRIXSSL
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
tristate "matrixssl"
|
tristate "matrixssl"
|
||||||
default m
|
default m
|
||||||
help
|
help
|
||||||
an embedded SSL implementation
|
an embedded SSL implementation
|
||||||
|
|
||||||
http://www.matrixssl.org/
|
http://www.matrixssl.org/
|
||||||
|
|
||||||
|
Depends: libpthread
|
||||||
|
|
||||||
|
@ -4,3 +4,4 @@ Section: libs
|
|||||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Description: an embedded SSL implementation
|
Description: an embedded SSL implementation
|
||||||
|
Depends: libpthread
|
||||||
|
@ -2,12 +2,16 @@ config BR2_PACKAGE_OPENVPN
|
|||||||
tristate "OpenVPN"
|
tristate "OpenVPN"
|
||||||
default m
|
default m
|
||||||
select BR2_PACKAGE_KMOD_TUN
|
select BR2_PACKAGE_KMOD_TUN
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
Open Source VPN solution using SSL
|
Open Source VPN solution using SSL
|
||||||
|
|
||||||
http://openvpn.net/
|
http://openvpn.net/
|
||||||
|
|
||||||
|
Depends: kmod-tun, libpthread, openssl
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENVPN_SERVER
|
config BR2_PACKAGE_OPENVPN_SERVER
|
||||||
bool "Enable server support"
|
bool "Enable server support"
|
||||||
default y
|
default y
|
||||||
|
@ -2,6 +2,6 @@ Package: openvpn
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
Depends: lzo, openssl, kmod-tun
|
Depends: libpthread, lzo, openssl, kmod-tun
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Description: Open Source VPN solution using SSL
|
Description: Open Source VPN solution using SSL
|
||||||
|
Loading…
Reference in New Issue
Block a user