Skip to content
Snippets Groups Projects
Commit 4f220720 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

contrib: gnutls: require version 3.5.0

parent 0ec35e2d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ ifndef HAVE_DARWIN_OS
PKGS += gnutls
endif
endif
ifeq ($(call need_pkg,"gnutls >= 3.3.6"),)
ifeq ($(call need_pkg,"gnutls >= 3.5.0"),)
PKGS_FOUND += gnutls
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment