diff options
author | fanquake <fanquake@gmail.com> | 2019-09-14 11:03:56 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-09-14 12:58:59 +0800 |
commit | 107e030723552cf272dc8da01bb682032a457a3d (patch) | |
tree | 836921f04c518dd9f78bb825f27c05b3bc56fe5f /ci/test/00_setup_env_i686.sh | |
parent | ff6122f32b21fa00e9308e098b33b9657debc1d7 (diff) |
build: make protobuf optional in depends
Those that want to build it can now pass PROTOBUF=1.
Diffstat (limited to 'ci/test/00_setup_env_i686.sh')
-rw-r--r-- | ci/test/00_setup_env_i686.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_i686.sh b/ci/test/00_setup_env_i686.sh index c5541eaf23..63068dc95d 100644 --- a/ci/test/00_setup_env_i686.sh +++ b/ci/test/00_setup_env_i686.sh @@ -7,6 +7,7 @@ export LC_ALL=C.UTF-8 export HOST=i686-pc-linux-gnu +export DEP_OPTS="PROTOBUF=1" export PACKAGES="g++-multilib python3-zmq" export GOAL="install" export BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-bip70 --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++" |