mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-cdr/cuecue: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/958459 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
39f95746b3
commit
d991d7f854
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools toolchain-funcs
|
||||
inherit autotools dot-a toolchain-funcs
|
||||
|
||||
DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
||||
@ -43,6 +43,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
lto-guarantee-fat
|
||||
econf \
|
||||
$(use_enable flac) \
|
||||
$(use_enable mp3) \
|
||||
@ -58,6 +59,7 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
strip-lto-bytecode
|
||||
|
||||
insinto /usr/include
|
||||
doins src/libcuecue/cuecue.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user