diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-10-22 14:05:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-22 14:05:16 +0200 |
commit | 493ea1afb4b20c02ae367fd4a7c1db51884cad8f (patch) | |
tree | e152bade93454d60a9bc7e40b124199403a43355 /net/openconnect | |
parent | 3a6f39fc14f1a3199edbeb171d05bff6abb8cad3 (diff) |
openconnect: added missing libs for openssl
added missing libraries to fix issue https://github.com/openwrt/packages/issues/3301
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 111f9a07b..87cb014ed 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -31,7 +31,7 @@ endef define Package/openconnect SECTION:=net CATEGORY:=Network - DEPENDS:=+libxml2 +kmod-tun +resolveip +vpnc-scripts +OPENCONNECT_OPENSSL:libopenssl +OPENCONNECT_GNUTLS:libgnutls +OPENCONNECT_STOKEN:libstoken + DEPENDS:=+libxml2 +kmod-tun +resolveip +vpnc-scripts +OPENCONNECT_OPENSSL:libopenssl +OPENCONNECT_OPENSSL:p11-kit +OPENCONNECT_OPENSSL:libp11 +OPENCONNECT_GNUTLS:libgnutls +OPENCONNECT_STOKEN:libstoken TITLE:=OpenConnect VPN client (Cisco AnyConnect compatible) MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> URL:=http://www.infradead.org/openconnect/ |