Skip to content
Snippets Groups Projects
Commit c520eef5 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

contrib: dht: only build on Linux for now

Needs to be ported to other platforms.

Refs #60968

Change-Id: I3078f9ad72b5df01d15f4503fe54e40f3a02da96
parent 8984c26d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,13 @@ ...@@ -2,7 +2,13 @@
DHT_VERSION := adaf1e77d34d1edbf50f27c96a70839ff7f2da25 DHT_VERSION := adaf1e77d34d1edbf50f27c96a70839ff7f2da25
DHT_URL := https://github.com/aberaud/dht/archive/$(DHT_VERSION).tar.gz DHT_URL := https://github.com/aberaud/dht/archive/$(DHT_VERSION).tar.gz
# Only build on Linux for now, needs to be ported to Android et al
ifdef HAVE_LINUX
ifndef HAVE_ANDROID
PKGS += dht PKGS += dht
endif
endif
ifeq ($(call need_pkg,'opendht'),) ifeq ($(call need_pkg,'opendht'),)
PKGS_FOUND += dht PKGS_FOUND += dht
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment