depends: native_protobuf: avoid system zlib

This commit is contained in:
Carl Dong 2019-03-11 13:05:58 -04:00
parent c94852e791
commit 19a0c4af0f

View file

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