summaryrefslogtreecommitdiff
path: root/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild')
-rw-r--r--dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
index a3114345ba43..cb5f4ef382d9 100644
--- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
@@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics"
fi
+# pybind11 strips targets at build otherwise...
+# https://bugs.gentoo.org/806857
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
inherit ${SCM} python-r1 cmake
if [ "${PV#9999}" != "${PV}" ] ; then