dev-java/icedtea: Explicitly state whether we want ccache or not

The default is still automagic.

Package-Manager: portage-2.3.2
This commit is contained in:
James Le Cuirot
2016-11-26 10:48:17 +00:00
parent 1a5dcec3e6
commit b7aa701a62

View File

@@ -278,6 +278,9 @@ src_configure() {
# Warn about potential problems with ccache enabled
if has ccache ${FEATURES}; then
ewarn 'ccache has been known to break IcedTea. Disable it before filing bugs.'
config+=" --enable-ccache"
else
config+=" --disable-ccache"
fi
config+=" --with-parallel-jobs=$(makeopts_jobs)"