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

contrib: update opendht, restinio

Change-Id: I3e0666d49fa4dbdb0a3ecfdabc95503a419ab142
parent be2a2599
Branches
No related tags found
No related merge requests found
7af2f88495a842251a5975d4133dde9bd981e59beaacbedaedd59042158270560167d07688bda320d4abd48a17eb6d1d4cd4b600c17193f8bfd6290b15d1a2e0 opendht-ed642b0337653180e64cbe44c81a9df9cdd3c62c.tar.gz
\ No newline at end of file
54af462edf51278d6cbe938353880140b9496ef2b86bc836f0dec8ce4cc84d4985d3451354f23064581dbbc9d09d675e3ca72c76baca89996975dfc67f1db01e opendht-090da49fed407a4cc8eef7b1331ac8befd1399c3.tar.gz
\ No newline at end of file
set BUILD=%SRC%..\build
set OPENDHT_VERSION=ed642b0337653180e64cbe44c81a9df9cdd3c62c
set OPENDHT_VERSION=090da49fed407a4cc8eef7b1331ac8befd1399c3
set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz
mkdir %BUILD%
......
# OPENDHT
OPENDHT_VERSION := ed642b0337653180e64cbe44c81a9df9cdd3c62c
OPENDHT_VERSION := 090da49fed407a4cc8eef7b1331ac8befd1399c3
OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
PKGS += opendht
......
3713ec6fce780974c1b833411282e878c00dff3ae1b8a252884a9e970b12dc67899cd7642632a97ec9715a928232953cbb26f128e9e603b043faa9774559f8a2 restinio-v.0.5.1.2.tar.gz
42df0b2e4470c8367deccd31b4fc91c55239956a2a32a22599177d62d1425030b238b7d926cc7135ea650cf28ff3d3509e2ff6ecafbe16a33f8e52ae72c96344 restinio-8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59.tar.gz
\ No newline at end of file
set BUILD=%SRC%..\build
set RESTINIO_VERSION=v.0.5.1.2
set RESTINIO_VERSION=8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
set RESTINIO_URL=https://github.com/Stiffstream/restinio/archive/%RESTINIO_VERSION%.tar.gz
mkdir %BUILD%
......
# RESTINIO
RESTINIO_VERSION := v.0.5.1.2
RESTINIO_URL := https://github.com/Stiffstream/restinio/archive/$(RESTINIO_VERSION).tar.gz
RESTINIO_VERSION := 8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
RESTINIO_URL := https://github.com/aberaud/restinio/archive/$(RESTINIO_VERSION).tar.gz
PKGS += restinio
ifeq ($(call need_pkg,'restinio'),)
......@@ -17,9 +17,7 @@ endif
ifneq ($(call need_pkg,"fmt >= 5.3.0"),)
DEPS_restinio += fmt
endif
ifneq ($(call need_pkg,"http_parser >= 2.9.3"),)
DEPS_restinio += http_parser
endif
RESTINIO_CMAKECONF = -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=OFF -DRESTINIO_INSTALL_SAMPLES=OFF \
-DRESTINIO_BENCH=OFF -DRESTINIO_INSTALL_BENCHES=OFF -DRESTINIO_FIND_DEPS=ON \
......@@ -33,7 +31,7 @@ $(TARBALLS)/restinio-$(RESTINIO_VERSION).tar.gz:
restinio: restinio-$(RESTINIO_VERSION).tar.gz
$(UNPACK)
$(APPLY) $(SRC)/restinio/cmake.patch
#$(APPLY) $(SRC)/restinio/cmake.patch
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR)
$(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment