[OpenWrt-Devel] [PATCH RESEND] openconnect: add mising liblz4 dependency

2016-02-07 Thread Mauro Carvalho Chehab
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 
---

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


Re: [OpenWrt-Devel] [PATCH RESEND] openconnect: add mising liblz4 dependency

2016-02-07 Thread John Crispin
this package is hosted on github. please submit the patch there



On 07/02/2016 14:17, Mauro Carvalho Chehab wrote:
> 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 
> ---
> 
> 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 
>URL:=http://www.infradead.org/openconnect/
> 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel