diff options
author | Nicolas Cavallari <nicolas.cavallari@green-communications.fr> | 2015-03-27 17:50:36 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-27 18:09:36 +0100 |
commit | 16359f0facbefd73179ffb9616594e0ebfbb5367 (patch) | |
tree | 0cb96a834b2f2040b6ee132dcf287795136dd666 /package/postgresql/S50postgresql | |
parent | d13aa2f9e0c33c573fcf9d998475271910e73207 (diff) | |
download | buildroot-16359f0facbefd73179ffb9616594e0ebfbb5367.tar.gz buildroot-16359f0facbefd73179ffb9616594e0ebfbb5367.zip |
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>
Diffstat (limited to 'package/postgresql/S50postgresql')
0 files changed, 0 insertions, 0 deletions