sys-libs/compiler-rt-sanitizers: Force lit to respect TMPDIR
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Oct 2016 16:53:03 +0000 (18:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Oct 2016 19:05:53 +0000 (21:05 +0200)
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild

index 044c7b469f56216b365bcab57bd0e071a0454a10..e9ca98269103761087c6bfff866f135c0d777840 100644 (file)
@@ -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
 }