Auto merge of #4760 - rex4539:fix-zeromq-warning, r=daira

Fix zeromq warning

Fixes https://github.com/zcash/zcash/issues/4759.
This commit is contained in:
Homu 2020-10-03 17:04:31 +00:00
commit b667bfaa14
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d835cd21eb
define $(package)_set_vars
$(package)_config_opts=--without-documentation --disable-shared --disable-curve
$(package)_config_opts=--without-docs --disable-shared --disable-curve
$(package)_config_opts_linux=--with-pic
$(package)_config_opts_freebsd=--with-pic
$(package)_cxxflags=-std=c++11