[Buildroot] [PATCH/next 1/1] package/json-c: disable apps for host build
Bernd Kuhls
bernd at kuhls.net
Sun Dec 7 17:43:48 UTC 2025
Fixes:
https://autobuild.buildroot.net/results/dcf/dcf72922750a830901279e8eb8fc2def95d35e01/
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
Supersedes
https://patchwork.ozlabs.org/project/buildroot/patch/20251203214709.2321976-9-bernd@kuhls.net/
package/json-c/json-c.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/json-c/json-c.mk b/package/json-c/json-c.mk
index 254b6fd838..20fa767c23 100644
--- a/package/json-c/json-c.mk
+++ b/package/json-c/json-c.mk
@@ -11,6 +11,7 @@ JSON_C_LICENSE = MIT
JSON_C_LICENSE_FILES = COPYING
JSON_C_CPE_ID_VENDOR = json-c
JSON_C_CONF_OPTS = -DBUILD_APPS=OFF -DDISABLE_EXTRA_LIBS=ON
+HOST_JSON_C_CONF_OPTS = -DBUILD_APPS=OFF -DDISABLE_EXTRA_LIBS=ON
$(eval $(cmake-package))
$(eval $(host-cmake-package))
--
2.47.3
More information about the buildroot
mailing list