package/libnpth: disable tests

tests are enabled by default since the addition of the package in commit
5d74d39cb4

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 2024-04-07 11:21:05 +02:00 committed by Thomas Petazzoni
parent 8c456a5646
commit e9e3579555

View File

@ -12,5 +12,6 @@ LIBNPTH_LICENSE_FILES = COPYING.LIB
LIBNPTH_INSTALL_STAGING = YES
# 0001-Fix-INSERT_EXPOSE_RWLOCK_API-for-musl-C-library.patch
LIBNPTH_AUTORECONF = YES
LIBNPTH_CONF_OPTS = --disable-tests
$(eval $(autotools-package))