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

John Crispin blogic at openwrt.org
Sun Feb 7 15:36:07 EST 2016


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 <mchehab at 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.mavrogiannopoulos at gmail.com>
>    URL:=http://www.infradead.org/openconnect/
> 
_______________________________________________
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