summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-23 04:50:56 +0100
committerSam James <sam@gentoo.org>2022-08-23 04:50:56 +0100
commit9c64630b7310ff9061ee74b82503ba186c6a6841 (patch)
tree37f04fbdf340b40f897de152bd396953a3b84644
parentdev-util/watchman: add 2022.08.22.00 (diff)
downloadgentoo-9c64630b.tar.gz
gentoo-9c64630b.tar.bz2
gentoo-9c64630b.zip
dev-cpp/folly: disable ccache
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-cpp/folly/folly-2022.08.22.00.ebuild4
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)"