package/zeromq: disable perf
Disable performance measurement tools which are enabled by default since bump to version 4.2.5 in commitd3a8177e17
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit8b1b438024
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4eb7098a1a
commit
c919953694
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user