Skip to content

Commit

Permalink
build: Disable valgrind when building zeromq package in depends
Browse files Browse the repository at this point in the history
We are not running unit tests, therefore it is not required.
  • Loading branch information
hebasto committed Jan 25, 2022
1 parent b970f03 commit f13e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/zeromq.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f13e642

Please sign in to comment.