Commit 82cece07 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: gnutls: require version 3.0.20 or later

parent 55f8f754
...@@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.1.10 ...@@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.1.10
GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz
PKGS += gnutls PKGS += gnutls
ifeq ($(call need_pkg,"gnutls >= 2.0.0"),) ifeq ($(call need_pkg,"gnutls >= 3.0.20"),)
PKGS_FOUND += gnutls PKGS_FOUND += gnutls
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment