mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-shells/starship: Filter LTO flags
See also https://github.com/gentoo/gentoo/pull/27541/ Closes: https://bugs.gentoo.org/869758 Co-authored-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -373,7 +373,7 @@ CRATES="
|
||||
zvariant_derive-3.6.0
|
||||
"
|
||||
|
||||
inherit cargo
|
||||
inherit cargo flag-o-matic
|
||||
|
||||
DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for any shell"
|
||||
HOMEPAGE="https://starship.rs/"
|
||||
@@ -392,6 +392,9 @@ BDEPEND=">=virtual/rust-1.59"
|
||||
QA_FLAGS_IGNORED="usr/bin/starship"
|
||||
|
||||
src_configure() {
|
||||
# See https://bugs.gentoo.org/869758
|
||||
filter-lto
|
||||
|
||||
export PKG_CONFIG_ALLOW_CROSS=1
|
||||
export OPENSSL_NO_VENDOR=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user