From 4cea89180f0409c2606dd3dd8c7a0bfb28610bd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 1 Oct 2016 18:53:03 +0200 Subject: [PATCH] sys-libs/compiler-rt-sanitizers: Force lit to respect TMPDIR --- .../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 044c7b469f56..e9ca98269103 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 } -- 2.26.2