net-wireless/bladerf: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/861872
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-03-11 23:26:28 -04:00
committed by Sam James
parent d258a6ab04
commit f408c3737c
3 changed files with 18 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake udev
inherit cmake flag-o-matic udev
DESCRIPTION="Libraries for supporing the BladeRF hardware from Nuand"
HOMEPAGE="https://nuand.com/"
@@ -51,6 +51,11 @@ src_unpack() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/861872
# https://github.com/Nuand/bladeRF/issues/903
filter-lto
local mycmakeargs=(
-DVERSION_INFO_OVERRIDE:STRING="${PV}"
-DBUILD_DOCUMENTATION="$(usex doc)"

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake udev
inherit cmake flag-o-matic udev
DESCRIPTION="Libraries for supporing the BladeRF hardware from Nuand"
HOMEPAGE="https://nuand.com/"
@@ -53,6 +53,11 @@ src_unpack() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/861872
# https://github.com/Nuand/bladeRF/issues/903
filter-lto
local mycmakeargs=(
-DVERSION_INFO_OVERRIDE:STRING="${PV}"
-DBUILD_DOCUMENTATION="$(usex doc)"

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake udev
inherit cmake flag-o-matic udev
DESCRIPTION="Libraries for supporing the BladeRF hardware from Nuand"
HOMEPAGE="https://nuand.com/"
@@ -51,6 +51,11 @@ src_unpack() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/861872
# https://github.com/Nuand/bladeRF/issues/903
filter-lto
local mycmakeargs=(
-DVERSION_INFO_OVERRIDE:STRING="${PV}"
-DBUILD_DOCUMENTATION="$(usex doc)"