[Buildroot] [PATCH 1/3] package/socat: fix printf feature detection

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 5 22:49:42 UTC 2022


On Tue,  1 Nov 2022 09:41:54 +0200
Baruch Siach via buildroot <buildroot at buildroot.org> wrote:

> socal configure uses AC_TRY_RUN to detect printf features. This does not
> work for cross compilation.
> 
> All C libraries we use support C99 snprintf. Only glibc and uClibc
> support the deprecated Z modifier.
> 
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
>  package/socat/socat.mk | 8 ++++++++
>  1 file changed, 8 insertions(+)

Applied to master, thanks.

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



More information about the buildroot mailing list