mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/compiler-rt: Fix sandbox disabling to work-around LD_PRELOAD
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user