mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user