From 493ea1afb4b20c02ae367fd4a7c1db51884cad8f Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Sat, 22 Oct 2016 14:05:16 +0200 Subject: [PATCH] openconnect: added missing libs for openssl added missing libraries to fix issue https://github.com/openwrt/packages/issues/3301 Signed-off-by: Alberto Bursi --- net/openconnect/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 URL:=http://www.infradead.org/openconnect/