package/zlib-ng: disable tests

Tests are enabled by default and can be disabled since
b0730d030a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-10-11 21:43:57 +02:00 committed by Thomas Petazzoni
parent 404efde6cb
commit 005a11344b

View File

@ -12,7 +12,11 @@ ZLIB_NG_INSTALL_STAGING = YES
ZLIB_NG_PROVIDES = zlib
# Build with zlib compatible API, gzFile support and optimizations on
ZLIB_NG_CONF_OPTS += -DZLIB_COMPAT=1 -DWITH_GZFILEOP=1 -DWITH_OPTIM=1
ZLIB_NG_CONF_OPTS += \
-DWITH_GZFILEOP=1 \
-DWITH_OPTIM=1 \
-DZLIB_COMPAT=1 \
-DZLIB_ENABLE_TESTS=OFF
# Enable NEON and ACLE on ARM
ifeq ($(BR2_arm),y)