[Buildroot] [PATCH] package/ytree: needs glibc/uclibc toolchain (re_comp/re_exec)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Sep 19 20:40:39 UTC 2019


On Thu, 19 Sep 2019 22:02:57 +0200
Peter Seiderer <ps.report at gmx.net> wrote:

> Fixes:
> 
>   match.o: In function `SetMatchSpec':
>   match.c:(.text+0x9c): undefined reference to `re_comp'
>   match.o: In function `Match':
>   match.c:(.text+0xca): undefined reference to `re_exec'
> 
> Signed-off-by: Peter Seiderer <ps.report at gmx.net>
> ---
>  package/ytree/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)

Applied to master, thanks. Not great that we're adding a new package,
and it uses some old legacy/deprecated APIs that musl doesn't implement.

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



More information about the buildroot mailing list