[Buildroot] [PATCH v2, 1/1] package/brltty: fix build with expat

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Oct 26 13:01:05 UTC 2019


Hello Fabrice,

On Wed, 16 Oct 2019 23:14:48 +0200
Thomas Petazzoni <thomas.petazzoni at bootlin.com> wrote:

> The issue is that for some reason the magic "eval" stuff doesn't do its
> job. Indeed, if I change the ${sourceRoot}/configure invocation to:
> 
>    CC=${CC_FOR_BUILD} \
>    CFLAGS=${CFLAGS_FOR_BUILD} \
>    CXX=${CXX_FOR_BUILD} \
>    CXXFLAGS=${CXXFLAGS_FOR_BUILD} \
>    LDFLAGS=${LDFLAGS_FOR_BUILD} \
>    LDLIBS=${LDLIBS_FOR_BUILD} \
>    "${sourceRoot}/configure" \
>       --disable-api \
>       --disable-gpm \

Since there was no news from you on this issue, I went ahead and
created a patch for brltty that does this, which I submitted upstream.
I then re-used that in your Buildroot patch, and applied;

  https://git.buildroot.org/buildroot/commit/?id=899ab0d63ca88979d97309027a3916f5a6fac1a0

Thanks!

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



More information about the buildroot mailing list