aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-01-25 14:44:33 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-01-25 14:44:33 +0200
commitf13e642c831c5689cb2bb7f5c4f9cb4c0c03ef21 (patch)
tree4dcecca8f5b9333dc0de898eabde75e687ef2391 /depends
parentb970f03beae0f3ae6a796f0e3b97732fc579f6aa (diff)
downloadbitcoin-f13e642c831c5689cb2bb7f5c4f9cb4c0c03ef21.tar.xz
build: Disable valgrind when building zeromq package in depends
We are not running unit tests, therefore it is not required.
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/zeromq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/zeromq.mk b/depends/packages/zeromq.mk
index 3e94b034e1..f5478a88c4 100644
--- a/depends/packages/zeromq.mk
+++ b/depends/packages/zeromq.mk
@@ -6,7 +6,7 @@ $(package)_sha256_hash=c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336
$(package)_patches=remove_libstd_link.patch netbsd_kevent_void.patch
define $(package)_set_vars
- $(package)_config_opts = --without-docs --disable-shared
+ $(package)_config_opts = --without-docs --disable-shared --disable-valgrind
$(package)_config_opts += --disable-perf --disable-curve-keygen --disable-curve --disable-libbsd
$(package)_config_opts += --without-libsodium --without-libgssapi_krb5 --without-pgm --without-norm --without-vmci
$(package)_config_opts += --disable-libunwind --disable-radix-tree --without-gcov --disable-dependency-tracking