diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 1cb36b5ecba829d47f8fe05260ecc4130248370c..ddeee8ec7f2706713309f636c62689ba0d057a46 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -3,7 +3,7 @@ OPENDHT_VERSION := b0fa19d6f8a5f6af884b278f4351e5733c6a99e2 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -ifeq ($(call need_pkg,'opendht >= 3.1.7'),) +ifeq ($(call need_pkg,'opendht >= 3.3.0'),) PKGS_FOUND += opendht endif