[OpenWrt-Devel] [PATCH] openconnect: add mising liblz4 dependency
Mauro Carvalho Chehab
mchehab at infradead.org
Sun Feb 7 08:11:51 EST 2016
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 <mchehab at osg.samsung.com>
---
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.mavrogiannopoulos at gmail.com>
URL:=http://www.infradead.org/openconnect/
--
2.5.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list