package/zeromq: disable perf
Disable performance measurement tools which are enabled by default since
bump to version 4.2.5 in commit d3a8177e17
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
faf371a476
commit
8b1b438024
@ -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