Skip to content

Commit 19a0c4a

Browse files
committed
depends: native_protobuf: avoid system zlib
1 parent c94852e commit 19a0c4a

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)