net-wireless/bluez: filter LTO (test failures)

5.73 unfortunately still fails for me with LTO (specifically the 'unit/test-vcp'
test).

Bug: https://github.com/bluez/bluez/issues/683
Bug: https://github.com/bluez/bluez/issues/726
Closes: https://bugs.gentoo.org/925745
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-03-27 04:00:34 +00:00
parent 1e023dabc8
commit 270d4b6035
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
inherit autotools linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1
inherit autotools flag-o-matic linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1
DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
HOMEPAGE="http://www.bluez.org https://github.com/bluez/bluez"
@ -122,6 +122,9 @@ src_prepare() {
}
multilib_src_configure() {
# unit/test-vcp test fails with LTO (bug #925745)
filter-lto
local myconf=(
# readline is automagic when client is enabled
# --enable-client always needs readline, bug #504038

View File

@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
inherit autotools linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1
inherit autotools flag-o-matic linux-info python-single-r1 systemd udev multilib-minimal #readme.gentoo-r1
DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
HOMEPAGE="http://www.bluez.org https://github.com/bluez/bluez"
@ -108,6 +108,9 @@ src_prepare() {
}
multilib_src_configure() {
# unit/test-vcp test fails with LTO (bug #925745)
filter-lto
local myconf=(
# readline is automagic when client is enabled
# --enable-client always needs readline, bug #504038