[Buildroot] [git commit] package/libnpth: disable tests

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 8 20:54:49 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=e9e3579555d3cccac1b5ecda0c9de375b8056d11
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/libnpth/libnpth.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libnpth/libnpth.mk b/package/libnpth/libnpth.mk
index 46c8154021..3fa5e1f905 100644
--- a/package/libnpth/libnpth.mk
+++ b/package/libnpth/libnpth.mk
@@ -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))



More information about the buildroot mailing list