From eaf11b51f80a44669ffc8c02f9602c590cf8a8ff Mon Sep 17 00:00:00 2001 From: Tobias Hildebrandt <tobias.hildebrandt@savoirfairelinux.com> Date: Mon, 25 Jul 2022 12:06:54 -0400 Subject: [PATCH] misc: bump minimum system opendht version Change-Id: I564aaafaf54d7818037e10aca4fe9c0735035982 --- 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 e62ed72ec1..10c0ba67e4 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 -- GitLab