summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-33.0.ebuild')
-rw-r--r--sys-cluster/rdma-core/rdma-core-33.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-33.0.ebuild b/sys-cluster/rdma-core/rdma-core-33.0.ebuild
index f6e231ffefad..de6187a84feb 100644
--- a/sys-cluster/rdma-core/rdma-core-33.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-33.0.ebuild
@@ -79,7 +79,7 @@ src_configure() {
)
if use python; then
- mycmakeargs+=( -DNO_PYVERBS=OFF )
+ mycmakeargs+=( -DNO_PYVERBS=OFF -DPYTHON_EXECUTABLE="${PYTHON}" )
else
mycmakeargs+=( -DNO_PYVERBS=ON )
fi