sys-libs/compiler-rt: Fix sandbox disabling to work-around LD_PRELOAD

This commit is contained in:
Michał Górny
2016-09-15 23:14:47 +02:00
parent 0571365c1f
commit 7180b540c8

View File

@@ -92,8 +92,9 @@ src_configure() {
}
src_test() {
# sandbox fiddles with memory error reporting and breaks tests
local -x SANDBOX_ON=0
# sandbox breaks libasan tests... and is hard to kill
# so abuse the fail in its algorithms
local -x LD_PRELOAD=${LD_PRELOAD/libsandbox/nolibsandbox}
cmake-utils_src_make check-all
}