diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index e62ed72ec120ebf2bdffb45ac1152960e83ec90e..10c0ba67e44f4b0c1927824a53ddef751b182bbd 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -3,7 +3,7 @@ OPENDHT_VERSION := 2.4.9
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
-ifeq ($(call need_pkg,'opendht >= 2.3.2'),)
+ifeq ($(call need_pkg,'opendht >= 2.4.8'),)
 PKGS_FOUND += opendht
 endif