dev-python/dbus-python: prevent overlinking by AX_PYTHON_DEVEL

Closes: https://bugs.gentoo.org/815136
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2021-09-29 11:28:19 -04:00
parent 51ca578a1e
commit ebc2035004
2 changed files with 8 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ src_configure() {
configuring() {
local myconf=(
--disable-documentation
# Work around broken AX_PYTHON_DEVEL macro.
# https://bugs.gentoo.org/815136
PYTHON_EXTRA_LIBS=' '
)
[[ ${EPYTHON} == ${SPHINX_IMPL} ]] &&
myconf+=( --enable-documentation )

View File

@@ -55,6 +55,10 @@ src_configure() {
configuring() {
local myconf=(
--disable-documentation
# Work around broken AX_PYTHON_DEVEL macro.
# https://bugs.gentoo.org/815136
PYTHON_EXTRA_LIBS=' '
)
[[ ${EPYTHON} == ${SPHINX_IMPL} ]] &&
myconf+=( --enable-documentation )