aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorCarl Dong <accounts@carldong.me>2019-03-11 13:05:58 -0400
committerCarl Dong <accounts@carldong.me>2019-03-11 13:05:58 -0400
commit19a0c4af0f329e8f5d1f2eb7a29689d5d0a581a9 (patch)
tree0b7e15e264f5777486333ea9c87970318552de7b /depends
parentc94852e7912eb0881eb38af28cd2e3076e53e393 (diff)
downloadbitcoin-19a0c4af0f329e8f5d1f2eb7a29689d5d0a581a9.tar.xz
depends: native_protobuf: avoid system zlib
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/native_protobuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/native_protobuf.mk b/depends/packages/native_protobuf.mk
index ce50b366fa..1de8c37d36 100644
--- a/depends/packages/native_protobuf.mk
+++ b/depends/packages/native_protobuf.mk
@@ -5,7 +5,7 @@ $(package)_file_name=protobuf-$($(package)_version).tar.bz2
$(package)_sha256_hash=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910
define $(package)_set_vars
-$(package)_config_opts=--disable-shared
+$(package)_config_opts=--disable-shared --without-zlib
endef
define $(package)_config_cmds