Fixes the following build issue:
        find 
openwrt/build_dir/target-mips_34kc_musl-1.1.12/openconnect-7.06/ipkg-ar71xx/openconnect
 -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
        Package openconnect is missing dependencies for the following libraries:
        liblz4.so.1

Signed-off-by: Mauro Carvalho Chehab <mche...@infradead.org>
---

Patch was not sent to the openconnect maintainer. Resending it.

 net/openconnect/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile
index 33f107861f48..ca24ddf59a88 100644
--- a/net/openconnect/Makefile
+++ b/net/openconnect/Makefile
@@ -30,7 +30,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_GNUTLS:libgnutls 
+OPENCONNECT_STOKEN:libstoken +liblz4
   TITLE:=OpenConnect VPN client (Cisco AnyConnect compatible)
   MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopou...@gmail.com>
   URL:=http://www.infradead.org/openconnect/
-- 
2.5.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to