Skip to content

Commit

Permalink
dev-java/icedtea: Explicitly state whether we want ccache or not
Browse files Browse the repository at this point in the history
The default is still automagic.

Package-Manager: portage-2.3.2
  • Loading branch information
chewi committed Nov 26, 2016
1 parent 1a5dcec commit b7aa701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-java/icedtea/icedtea-3.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit b7aa701

Please sign in to comment.