[Buildroot] [PATCH 1/1] package/libblockdev: needs locale

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Feb 25 09:43:36 UTC 2023


On Fri, 24 Feb 2023 11:10:39 +0100
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> locale_t is unconditionally used since version 1.5 and
> https://github.com/storaged-project/libblockdev/commit/4ed6f0b3a46fc77554dab661c22150829aa75966
> resulting in the following build failure since the addition of the
> package in commit 0c52826291d1884db0f8f35130216065fbc7b574:
> 
> module.c:33:37: error: unknown type name 'locale_t'
>    33 | static char *strerror_l(int errnum, locale_t locale UNUSED)
>       |                                     ^~~~~~~~
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/ede9eb1f13d56c77005cc448416fb2efa9d16ff0
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/libblockdev/Config.in | 6 ++++--
>  package/udisks/Config.in      | 2 +-
>  2 files changed, 5 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list