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