mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user