[vlc-devel] [PATCH] contrib: nettle: require a newer version

Steve Lhomme robux4 at ycbcr.xyz
Wed Mar 18 16:08:46 CET 2020


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



More information about the vlc-devel mailing list