[vlc-devel] [PATCH] contrib: nettle: require a newer version
Jean-Baptiste Kempf
jb at videolan.org
Wed Mar 18 16:13:56 CET 2020
LGTM.
On Wed, Mar 18, 2020, at 16:08, Steve Lhomme wrote:
> The gnutls version we build requires a minimum nettle version of 3.4.1.
> ---
> contrib/src/nettle/rules.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/nettle/rules.mak b/contrib/src/nettle/rules.mak
> index 84cf05de271..ff0763e4a83 100644
> --- a/contrib/src/nettle/rules.mak
> +++ b/contrib/src/nettle/rules.mak
> @@ -3,7 +3,7 @@
> NETTLE_VERSION := 3.4.1
> NETTLE_URL := ftp://ftp.gnu.org/gnu/nettle/nettle-$(NETTLE_VERSION).tar.gz
>
> -ifeq ($(call need_pkg,"nettle >= 2.7"),)
> +ifeq ($(call need_pkg,"nettle >= 3.4.1"),)
> PKGS_FOUND += nettle
> endif
>
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Jean-Baptiste Kempf - President
+33 672 704 734
More information about the vlc-devel
mailing list