commit: 9c64630b7310ff9061ee74b82503ba186c6a6841
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 03:50:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 03:50:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c64630b
dev-cpp/folly: disable ccache
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/folly/folly-2022.08.22.00.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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)"