From e8b3c7dcaf6a29221a186c7a23cbacca094af9f9 Mon Sep 17 00:00:00 2001 From: fuwa Date: Wed, 6 Nov 2019 10:01:30 +0800 Subject: [PATCH] use wow-0.7 --- Makefile | 14 +------------- etc/scripts/build-external-libs/wownero/fetch.sh | 4 ++-- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 6268fd8..8919aba 100644 --- a/Makefile +++ b/Makefile @@ -91,14 +91,6 @@ openssl: zlib $(script)/openssl/fetch.sh $(script)/openssl/build.sh -zeromq: toolchain - $(script)/zeromq/fetch.sh - $(script)/zeromq/build.sh - -cppzmq: - $(script)/cppzmq/fetch.sh - $(script)/cppzmq/build.sh - sodium: toolchain $(script)/sodium/fetch.sh $(script)/sodium/build.sh @@ -107,11 +99,7 @@ toolchain-wow: $(script)/toolchain-wow/import.sh $(script)/toolchain-wow/patch.sh -cmake: - $(script)/cmake/fetch.sh - $(script)/cmake/install.sh - -wownero: openssl boost zeromq cppzmq sodium toolchain-wow +wownero: openssl boost sodium toolchain-wow $(script)/wownero/fetch.sh $(script)/wownero/build.sh diff --git a/etc/scripts/build-external-libs/wownero/fetch.sh b/etc/scripts/build-external-libs/wownero/fetch.sh index 4c99f34..dc9a687 100755 --- a/etc/scripts/build-external-libs/wownero/fetch.sh +++ b/etc/scripts/build-external-libs/wownero/fetch.sh @@ -36,8 +36,8 @@ source etc/scripts/build-external-libs/env.sh cd $BUILD_ROOT_SRC name=wownero -version=v0.6.1.2 -githash=aba46a7c5f0a892533abd3cc1a8b97cdf6b23fcc +version=dev-v0.7.0 +githash=c73d4d0ce01676bdcbe75fb78eabeb306f06ad11 rm -rf $name