commit: 4cea89180f0409c2606dd3dd8c7a0bfb28610bd3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 16:53:03 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 19:05:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cea8918
sys-libs/compiler-rt-sanitizers: Force lit to respect TMPDIR
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild
index 044c7b4..e9ca982 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild
@@ -103,6 +103,8 @@ src_test() {
# sandbox breaks libasan tests... and is hard to kill
# so abuse the fail in its algorithms
local -x LD_PRELOAD=${LD_PRELOAD/libsandbox/nolibsandbox}
+ # respect TMPDIR!
+ local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-all
}