From 2f5f42f1f0df08e3a7ed7af1e44d081bf6ed8683 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Mon, 4 May 2015 12:47:25 -0400
Subject: [PATCH] contrib/opendht: udpate deps list to gnutls 3.3.0

Refs #72274
(cherry picked from commit 4d0f52aecc1722a750310cc9adfd8708f1f5198e)
Change-Id: I0f96457d5597e060dd0d6bbe94c735b919f3c3e9
---
 contrib/src/opendht/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index 84919b67af..6c96b4684a 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -8,7 +8,7 @@ PKGS_FOUND += opendht
 endif
 
 # Avoid building distro-provided dependencies in case opendht was built manually
-ifneq ($(call need_pkg,"gnutls >= 3.1"),)
+ifneq ($(call need_pkg,"gnutls >= 3.3.0"),)
 DEPS_opendht = gnutls $(DEPS_gnutls)
 endif
 
-- 
GitLab