summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-03-07 20:26:49 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-08 22:53:29 +0100
commit7ea11dafff37c5403432f691cf3c46d1d5566e46 (patch)
treef36b211b3fce1c3c935daa76afa4e66d379541b8 /Config.in
parent335260afd429d694cddd7ada705184ad6717826a (diff)
downloadbuildroot-novena-7ea11dafff37c5403432f691cf3c46d1d5566e46.tar.gz
buildroot-novena-7ea11dafff37c5403432f691cf3c46d1d5566e46.zip
ccache: Force ccache to use its internal zlib
The problem is that without this, ccache would link against the zlib of the build system, but we might build and install a different version of zlib in $(O)/host afterwards, which ccache will pick up. This might break if there is a version mismatch. A solution would be to add host-zlib has a dependency of ccache, but it would require tuning the zlib .mk file to use HOSTCC_NOCCACHE as the compiler. Instead, we take the easy path: tell ccache to use its internal copy of zlib, so that ccache has zero dependency besides the C library. Fixes bug #4808. Thanks to Raúl Sánchez Siles <rsanchezs@infoglobal.es> for reporting the bug and testing the proposed solution. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
0 files changed, 0 insertions, 0 deletions