build: make protobuf optional in depends

Those that want to build it can now pass PROTOBUF=1.
This commit is contained in:
fanquake
2019-09-14 11:03:56 +08:00
parent ff6122f32b
commit 107e030723
5 changed files with 16 additions and 4 deletions

View File

@@ -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++"