diff options
author | Sam James <sam@gentoo.org> | 2022-08-23 04:50:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-23 04:50:56 +0100 |
commit | 9c64630b7310ff9061ee74b82503ba186c6a6841 (patch) | |
tree | 37f04fbdf340b40f897de152bd396953a3b84644 /dev-cpp/folly | |
parent | dev-util/watchman: add 2022.08.22.00 (diff) | |
download | gentoo-9c64630b7310ff9061ee74b82503ba186c6a6841.tar.gz gentoo-9c64630b7310ff9061ee74b82503ba186c6a6841.tar.bz2 gentoo-9c64630b7310ff9061ee74b82503ba186c6a6841.zip |
dev-cpp/folly: disable ccache
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/folly')
-rw-r--r-- | dev-cpp/folly/folly-2022.08.22.00.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-cpp/folly/folly-2022.08.22.00.ebuild b/dev-cpp/folly/folly-2022.08.22.00.ebuild index 4b5d8e1a778e..455df9c64760 100644 --- a/dev-cpp/folly/folly-2022.08.22.00.ebuild +++ b/dev-cpp/folly/folly-2022.08.22.00.ebuild @@ -73,8 +73,10 @@ pkg_setup() { } src_configure() { - # TODO: liburing could in theory be optional but fails to link + # Fragile when changing compilers + export CCACHE_DISABLE=1 + # TODO: liburing could in theory be optional but fails to link local mycmakeargs=( -DLIB_INSTALL_DIR="$(get_libdir)" |