Skip to content
Snippets Groups Projects
Commit 7f7460a9 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

opendht: add a minimal version

Avoid to be able to build if an old version of opendht is installed

Change-Id: Iefcd2ba476ad3d7291a12bf112ab731c9962909a
parent b60f5ef3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ OPENDHT_VERSION := 67adc09d52d564c24171cfc651189da8832bb1b4
OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
PKGS += opendht
ifeq ($(call need_pkg,'opendht'),)
ifeq ($(call need_pkg,'opendht >= 2.1.4'),)
PKGS_FOUND += opendht
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment