Skip to content
Snippets Groups Projects
Commit 1fd16146 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

contrib: force minimal version of gnutls to 3.3.0

3.2 and below are 2.8 ABI, not compatible anymore with our
requirements.

Refs #72156

Change-Id: I9bc5ca418b28885318032493d66230d2f6baa5b6
parent bdfaeedf
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.4.0 ...@@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.4.0
GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-$(GNUTLS_VERSION).tar.xz
PKGS += gnutls PKGS += gnutls
ifeq ($(call need_pkg,"gnutls >= 3.0.20"),) ifeq ($(call need_pkg,"gnutls >= 3.3.0"),)
PKGS_FOUND += gnutls PKGS_FOUND += gnutls
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment