mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
sys-fs/dwarfs: Prevent ccache use unless FEATURES=ccache
We never want the build system to enforce the use of ccache Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
This commit is contained in:
@@ -91,6 +91,7 @@ src_configure(){
|
||||
-DPREFER_SYSTEM_GTEST=ON
|
||||
-DPREFER_SYSTEM_LIBFMT=ON
|
||||
-DWITH_LEGACY_FUSE=OFF
|
||||
-DDISABLE_CCACHE=ON # Use FEATURES=ccache
|
||||
)
|
||||
use python && mycmakeargs+=( "-DWITH_PYTHON_VERSION=${EPYTHON#python}" )
|
||||
cmake_src_configure
|
||||
|
||||
Reference in New Issue
Block a user