[vlc-commits] contrib: nettle: require a newer version

Steve Lhomme git at videolan.org
Thu Mar 19 17:04:48 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Mar 18 16:04:37 2020 +0100| [51e7cb61535283567ffd10f80897e08e0b50434f] | committer: Steve Lhomme

contrib: nettle: require a newer version

The gnutls version we build requires a minimum nettle version of 3.4.1.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51e7cb61535283567ffd10f80897e08e0b50434f
---

 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 84cf05de27..ff0763e4a8 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
 



More information about the vlc-commits mailing list