]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pngquant: doesn't support building with ccache
authorArnout Vandecappelle <arnout@mind.be>
Mon, 3 Jul 2017 21:43:55 +0000 (23:43 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Jul 2017 15:43:29 +0000 (17:43 +0200)
commit7c748b54081d7c57a8589246a54b85dc6198aa08
tree670268671618b3f149ef4c37775266f178d5c164
parentbcbb6a4bbed06e78ab56cfac585b78926adca3fb
pngquant: doesn't support building with ccache

pngquant's homegrown configure script doesn't understand CC with a
space, so we can't use ccache with it. Only the host variant is
affected: for the target, we call ccache from the toolchain-wrapper so
it's transparent to the configure script.

This wasn't seen in the autobuilders since they never enable
BR2_CCACHE.

To test, use any configuration and do
make BR2_CCACHE=y host-pngquant

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4a6168db97db6501af42e96091da3218ae64d5c1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pngquant/pngquant.mk