[Buildroot] [PATCH] package/rsync: force HAVE_C99_VSNPRINTF to "yes"

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Nov 3 22:12:52 UTC 2022


On Wed, 19 Oct 2022 16:34:14 -0700
Markus Mayer via buildroot <buildroot at buildroot.org> wrote:

> We know the system will have a modern-enough C library that implements
> the required snprintf() functionality. Since the configure stage can't
> detect the system's capabilities (because it is cross-compiling), let's
> hard-code the decision.
> 
> As a result, rsync won't be linking in its own copy of snprintf().
> 
> Signed-off-by: Markus Mayer <mmayer at broadcom.com>
> ---
>  package/rsync/rsync.mk | 3 +++
>  1 file changed, 3 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