Skip to content

Commit 118a5c8

Browse files
author
MarcoFalke
committed
Merge #15580: depends: native_protobuf: avoid system zlib
19a0c4a depends: native_protobuf: avoid system zlib (Carl Dong) Pull request description: I don't believe we use any zlib features in protobufs Tree-SHA512: cd09229f3fac215f58e9ddd4871f190cf2a301e25939aaa1c6ee130d1ba5bbb00d9ebe9ca012a2894bac4c2db923259f34fe43e255ad55ccd2b11ec88afc2a8f
2 parents d67f9d0 + 19a0c4a commit 118a5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/native_protobuf.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(package)_file_name=protobuf-$($(package)_version).tar.bz2
55
$(package)_sha256_hash=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910
66

77
define $(package)_set_vars
8-
$(package)_config_opts=--disable-shared
8+
$(package)_config_opts=--disable-shared --without-zlib
99
endef
1010

1111
define $(package)_config_cmds

0 commit comments

Comments
 (0)