[Buildroot] [git commit] package/libjwt: disable examples

Peter Korsgaard peter at korsgaard.com
Tue Feb 6 08:12:31 UTC 2024


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

Examples are enabled by default since the addition of the package in
commit 7251775773011e7da38e3a33c6817eceab6a9dfa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libjwt/libjwt.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libjwt/libjwt.mk b/package/libjwt/libjwt.mk
index 7e2ea03b09..1643aa7b7a 100644
--- a/package/libjwt/libjwt.mk
+++ b/package/libjwt/libjwt.mk
@@ -11,6 +11,7 @@ LIBJWT_AUTORECONF = YES
 LIBJWT_INSTALL_STAGING = YES
 LIBJWT_LICENSE = MPL-2.0
 LIBJWT_LICENSE_FILES = LICENSE
+LIBJWT_CONF_OPTS = --without-examples
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 LIBJWT_CONF_OPTS += --with-openssl



More information about the buildroot mailing list