Skip to content
Snippets Groups Projects
Commit b74f530e authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Revert "contrib: dht: only build on Linux for now"

DHT should build on every supported platform.

This reverts commit c520eef5.

Change-Id: I506f92c3f7df1970c48b07f25e74afd82c876a0f
parent a8e42c86
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,7 @@ ...@@ -2,13 +2,7 @@
DHT_VERSION := 93fa3ada57d2eca72af36163b6f8b1bec182fa19 DHT_VERSION := 93fa3ada57d2eca72af36163b6f8b1bec182fa19
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