diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 84919b67af06bb8c70b6ba3bd307db9a4b26fb10..6c96b4684a15ce1f72cdc9cda6e097371913ad25 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