diff mbox series

[1/1] package/zeromq: disable perf

Message ID 20240508115457.787358-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/zeromq: disable perf | expand

Commit Message

Fabrice Fontaine May 8, 2024, 11:54 a.m. UTC
Disable performance measurement tools which are enabled by default since
bump to version 4.2.5 in commit d3a8177e175e035ca3b19dca7868859f7cb238a1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/zeromq/zeromq.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni May 8, 2024, 4:34 p.m. UTC | #1
On Wed,  8 May 2024 13:54:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Disable performance measurement tools which are enabled by default since
> bump to version 4.2.5 in commit d3a8177e175e035ca3b19dca7868859f7cb238a1
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/zeromq/zeromq.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard May 27, 2024, 3:50 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Disable performance measurement tools which are enabled by default since
 > bump to version 4.2.5 in commit d3a8177e175e035ca3b19dca7868859f7cb238a1

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index 137fad1a66..f1a1f02f9e 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -7,7 +7,7 @@ 
 ZEROMQ_VERSION = 4.3.5
 ZEROMQ_SITE = https://github.com/zeromq/libzmq/releases/download/v$(ZEROMQ_VERSION)
 ZEROMQ_INSTALL_STAGING = YES
-ZEROMQ_CONF_OPTS = --disable-Werror --without-documentation
+ZEROMQ_CONF_OPTS = --disable-perf --disable-Werror --without-documentation
 ZEROMQ_LICENSE = MPL-2.0
 ZEROMQ_LICENSE_FILES = LICENSE
 ZEROMQ_CPE_ID_VENDOR = zeromq