mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-libs/compiler-rt-sanitizers: Set used Python interpreter.
Required since:
c4c3883b00
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
committed by
Michał Górny
parent
5013eb1017
commit
4bdca3adc8
@@ -25,6 +25,7 @@ CLANG_SLOT=${SLOT%%.*}
|
||||
DEPEND="
|
||||
>=sys-devel/llvm-6"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
@@ -86,6 +87,8 @@ src_configure() {
|
||||
-DCOMPILER_RT_BUILD_PROFILE=$(usex profile)
|
||||
-DCOMPILER_RT_BUILD_SANITIZERS=$(usex sanitize)
|
||||
-DCOMPILER_RT_BUILD_XRAY=$(usex xray)
|
||||
|
||||
-DPython3_EXECUTABLE="${PYTHON}"
|
||||
)
|
||||
if use test; then
|
||||
mycmakeargs+=(
|
||||
|
||||
@@ -25,6 +25,7 @@ CLANG_SLOT=${SLOT%%.*}
|
||||
DEPEND="
|
||||
>=sys-devel/llvm-6"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
@@ -86,6 +87,8 @@ src_configure() {
|
||||
-DCOMPILER_RT_BUILD_PROFILE=$(usex profile)
|
||||
-DCOMPILER_RT_BUILD_SANITIZERS=$(usex sanitize)
|
||||
-DCOMPILER_RT_BUILD_XRAY=$(usex xray)
|
||||
|
||||
-DPython3_EXECUTABLE="${PYTHON}"
|
||||
)
|
||||
if use test; then
|
||||
mycmakeargs+=(
|
||||
|
||||
@@ -25,6 +25,7 @@ CLANG_SLOT=${SLOT%%.*}
|
||||
DEPEND="
|
||||
>=sys-devel/llvm-6"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
@@ -86,6 +87,8 @@ src_configure() {
|
||||
-DCOMPILER_RT_BUILD_PROFILE=$(usex profile)
|
||||
-DCOMPILER_RT_BUILD_SANITIZERS=$(usex sanitize)
|
||||
-DCOMPILER_RT_BUILD_XRAY=$(usex xray)
|
||||
|
||||
-DPython3_EXECUTABLE="${PYTHON}"
|
||||
)
|
||||
if use test; then
|
||||
mycmakeargs+=(
|
||||
|
||||
Reference in New Issue
Block a user