[Buildroot] [PATCH 1/1] package/pngquant: fix target build

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Sep 6 19:44:26 UTC 2017


Hello,

On Wed,  6 Sep 2017 18:39:04 +0200, Bernd Kuhls wrote:
> Pngquant 2.10 introduced a bundled library libimagequant, Makefile
> passes $LIQCONFIGUREFLAGS to the configure script of libimagequant
> before building this library:
> https://github.com/pornel/pngquant/blob/master/Makefile#L27
> 
> This variable is filled by configure with the content of $LIQCONFIGURE
> https://github.com/pornel/pngquant/blob/master/configure#L553
> 
> We need to pass CC/CFLAGS/LDFLAGS as parameter to configure to fill
> $LIQCONFIGURE with correct values in order to use the target toolchain
> for building libimagequant:
> https://github.com/pornel/pngquant/blob/master/configure#L56
> 
> Fixes
> http://autobuild.buildroot.net/results/ab1/ab1193db9d76adc02be44d6f273e0986952df3e2/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> ---
>  package/pngquant/pngquant.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list