Add libpthread dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill
2005-04-09 14:21:54 +00:00
parent 89df24f4ed
commit eb07df7f44
8 changed files with 22 additions and 3 deletions

View 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"

View 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