contrib: update dhtnet

Change-Id: I734afefeb5cbd656d8541405c3e6ac3a10652caa
This commit is contained in:
Adrien Béraud
2023-07-21 14:54:18 -04:00
parent 962fa55e50
commit 24ab1b0f54
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dhtnet",
"version": "9132a8100871e45bf2941e5a0792073ef8835b14",
"version": "3f93ddf762103fb757462f0ac324955885819f0c",
"url": "https://review.jami.net/plugins/gitiles/dhtnet/+archive/__VERSION__.tar.gz",
"deps": [
"opendht",

View File

@ -1,5 +1,5 @@
# DHTNET
DHTNET_VERSION := 9132a8100871e45bf2941e5a0792073ef8835b14
DHTNET_VERSION := 3f93ddf762103fb757462f0ac324955885819f0c
DHTNET_URL := https://review.jami.net/plugins/gitiles/dhtnet/+archive/$(DHTNET_VERSION).tar.gz
PKGS += dhtnet
@ -21,7 +21,7 @@ dhtnet: dhtnet-$(DHTNET_VERSION).tar.gz
$(UNPACK) -C $(UNPACK_DIR)
$(MOVE)
.dhtnet: dhtnet .sum-dhtnet
.dhtnet: dhtnet toolchain.cmake .sum-dhtnet
cd $< && mkdir -p build
cd $< && cd build && $(HOSTVARS) $(CMAKE) $(DHTNET_CONF) ..
cd $< && cd build && $(MAKE) install