mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/zlib-ng: disable tests
Tests are enabled by default and can be disabled sinceb0730d030aSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit005a11344b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5bd2ea7499
commit
1cc023f0f3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user