File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
#
3
- # Copyright (c) 2020-2022 The Bitcoin Core developers
3
+ # Copyright (c) 2020-present The Bitcoin Core developers
4
4
# Distributed under the MIT software license, see the accompanying
5
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
6
@@ -15,3 +15,4 @@ export GOAL="install"
15
15
export BITCOIN_CONFIG=" --enable-debug CC='clang -m32' CXX='clang++ -m32' \
16
16
LDFLAGS='--rtlib=compiler-rt -lgcc_s' CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
17
17
export TEST_RUNNER_ENV=" BITCOIND=bitcoin-node"
18
+ export NO_WERROR=1 # Temporary workaround to avoid -Wdeprecated-declarations from KJ
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ $(package)_dependencies=native_$(package)
8
8
9
9
define $(package)_set_vars :=
10
10
$(package ) _config_opts := --with-external-capnp
11
+ $(package ) _config_opts += --without-openssl
11
12
$(package ) _config_opts += CAPNP="$$(native_capnp_prefixbin ) /capnp"
12
13
$(package ) _config_opts += CAPNP_CXX="$$(native_capnp_prefixbin ) /capnp-c++"
13
14
$(package ) _config_opts_android := --disable-shared
Original file line number Diff line number Diff line change 1
1
package =native_capnp
2
- $(package)_version =0.7.0
2
+ $(package)_version =1.0.1
3
3
$(package)_download_path =https://capnproto.org/
4
4
$(package)_download_file =capnproto-c++-$($(package ) _version) .tar.gz
5
5
$(package)_file_name =capnproto-cxx-$($(package ) _version) .tar.gz
6
- $(package)_sha256_hash =c9a4c0bd88123064d483ab46ecee777f14d933359e23bff6fb4f4dbd28b4cd41
6
+ $(package)_sha256_hash =0f7f4b8a76a2cdb284fddef20de8306450df6dd031a47a15ac95bc43c3358e09
7
+
8
+ define $(package)_set_vars
9
+ $(package ) _config_opts = --without-openssl
10
+ endef
7
11
8
12
define $(package)_config_cmds
9
13
$($(package ) _autoconf)
Original file line number Diff line number Diff line change 1
1
package =native_libmultiprocess
2
- $(package)_version =1af83d15239ccfa7e47b8764029320953dd7fdf1
2
+ $(package)_version =61d5a0e661f20a4928fbf868ec9c3c6f17883cc7
3
3
$(package)_download_path =https://github.com/chaincodelabs/libmultiprocess/archive
4
4
$(package)_file_name =$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =e5587d3feedc7f8473f178a89b94163a11076629825d664964799bbbd5844da5
5
+ $(package)_sha256_hash =5cfda224cc2ce913f2493f843317e0fca3184f6d7c1434c9754b2e7dca440ab5
6
6
$(package)_dependencies =native_capnp
7
7
8
8
define $(package)_config_cmds
You can’t perform that action at this time.
0 commit comments