From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: Re: [ptxdist] [APPLIED] json-c: Revise and pin down configuration options
Date: Fri, 10 Jul 2026 08:21:09 +0200 [thread overview]
Message-ID: <20260710062109.492691-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260629113457.1664202-2-ada@thorsis.com>
Thanks, applied as 69555c70215c21fe180c4a8ad371d77f8c85c8ed.
Michael
[sent from post-receive hook]
On Fri, 10 Jul 2026 08:21:09 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> removed with 0.15:
> - BUILD_DOCUMENTATION
>
> added with 0.15:
> - DISABLE_THREAD_LOCAL_STORAGE
> - OVERRIDE_GET_RANDOM_SEED
>
> added with 0.16:
> - DISABLE_JSON_POINTER
>
> added with 0.17:
> - BUILD_APPS
> - DISABLE_JSON_PATCH
> - NEWLOCALE_NEEDS_FREELOCALE
>
> After changing json-c.make sync the changes to host-json-c.make …
>
> Fixes: b6ac44c56bef ("json-c: version bump 0.14 -> 0.15")
> Fixes: ecd364618410 ("json-c: version bump 0.15 -> 0.16")
> Fixes: ee8afdbc3ea7 ("json-c: Version bump. 0.16 -> 0.17")
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260629113457.1664202-2-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-json-c.make b/rules/host-json-c.make
> index 8e607f78346d..dc45e28ba76f 100644
> --- a/rules/host-json-c.make
> +++ b/rules/host-json-c.make
> @@ -18,12 +18,19 @@ HOST_PACKAGES-$(PTXCONF_HOST_JSON_C) += host-json-c
> HOST_JSON_C_CONF_TOOL := cmake
> HOST_JSON_C_CONF_OPT := \
> $(HOST_CMAKE_OPT) \
> - -DBUILD_DOCUMENTATION:BOOL=OFF \
> + -DBUILD_APPS:BOOL=OFF \
> -DBUILD_SHARED_LIBS:BOOL=ON \
> + -DBUILD_STATIC_LIBS:BOOL=OFF \
> -DBUILD_TESTING:BOOL=OFF \
> -DDISABLE_BSYMBOLIC:BOOL=ON \
> + -DDISABLE_EXTRA_LIBS:BOOL=ON \
> + -DDISABLE_JSON_PATCH=OFF \
> + -DDISABLE_JSON_POINTER=OFF \
> + -DDISABLE_THREAD_LOCAL_STORAGE=OFF \
> -DDISABLE_WERROR:BOOL=ON \
> -DENABLE_RDRAND:BOOL=OFF \
> - -DENABLE_THREADING:BOOL=OFF
> + -DENABLE_THREADING:BOOL=OFF \
> + -DNEWLOCALE_NEEDS_FREELOCALE=OFF \
> + -DOVERRIDE_GET_RANDOM_SEED=OFF
>
> # vim: syntax=make
> diff --git a/rules/json-c.make b/rules/json-c.make
> index f5850724a2f7..024375c61c54 100644
> --- a/rules/json-c.make
> +++ b/rules/json-c.make
> @@ -31,15 +31,20 @@ JSON_C_LICENSE_FILES := file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2
> JSON_C_CONF_TOOL := cmake
> JSON_C_CONF_OPT := \
> $(CROSS_CMAKE_USR) \
> - -DBUILD_DOCUMENTATION:BOOL=OFF \
> + -DBUILD_APPS:BOOL=OFF \
> -DBUILD_SHARED_LIBS:BOOL=ON \
> -DBUILD_STATIC_LIBS:BOOL=OFF \
> -DBUILD_TESTING:BOOL=OFF \
> -DDISABLE_BSYMBOLIC:BOOL=ON \
> -DDISABLE_EXTRA_LIBS:BOOL=ON \
> + -DDISABLE_JSON_PATCH=OFF \
> + -DDISABLE_JSON_POINTER=OFF \
> + -DDISABLE_THREAD_LOCAL_STORAGE=OFF \
> -DDISABLE_WERROR:BOOL=ON \
> -DENABLE_RDRAND:BOOL=OFF \
> - -DENABLE_THREADING:BOOL=OFF
> + -DENABLE_THREADING:BOOL=OFF \
> + -DNEWLOCALE_NEEDS_FREELOCALE=OFF \
> + -DOVERRIDE_GET_RANDOM_SEED=OFF
>
> # ----------------------------------------------------------------------------
> # Install
next prev parent reply other threads:[~2026-07-10 6:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 11:34 [ptxdist] [PATCH 0/2] json-c: Revise configure options and version bump Alexander Dahl via ptxdist
2026-06-29 11:34 ` [ptxdist] [PATCH 1/2] json-c: Revise and pin down configuration options Alexander Dahl via ptxdist
2026-07-10 6:21 ` Michael Olbrich [this message]
2026-06-29 11:34 ` [ptxdist] [PATCH 2/2] json-c: version bump 0.18 -> 0.19 Alexander Dahl via ptxdist
2026-07-10 6:21 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260710062109.492691-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ada@thorsis.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox