buildrootschalter/package/mjpg-streamer
Nicolas Cavallari 16359f0fac mjpg-streamer: Fix build with ccache enabled.
Quote the TARGET_CC variable, otherwise, if ccache is enabled:

[...] make CC=$TARGET_CC [...]
is expanded to e.g.
[...] make CC=ccache gcc [...]

The build succeeds with "make[2]: Nothing to be done for '[...]gcc'".
and the program is compiled at "make install" time, with the default
host compiler, resulting in a binary that does not run on the target.

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-27 18:09:36 +01:00
..
Config.in mjpg-streamer: limit lines length to 72 characters 2015-02-18 23:31:57 +01:00
mjpg-streamer.mk mjpg-streamer: Fix build with ccache enabled. 2015-03-27 18:09:36 +01:00