mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-shells/scsh: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/854873 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# NOTICE: SCSH 0.6.7 is 32bit only
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib
|
||||
inherit flag-o-matic multilib
|
||||
|
||||
MY_PV="${PV%*.*}"
|
||||
|
||||
@@ -36,6 +36,9 @@ PATCHES=(
|
||||
src_configure() {
|
||||
use amd64 && multilib_toolchain_setup x86
|
||||
|
||||
# bug #854873
|
||||
filter-lto
|
||||
|
||||
export SCSH_LIB_DIRS="/usr/$(get_libdir)/${PN}"
|
||||
|
||||
local myconf=(
|
||||
|
||||
Reference in New Issue
Block a user