mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-tcltk/tclxml: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/958240 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
c3340f1bf0
commit
a30dbd8bb5
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dot-a
|
||||
|
||||
MYPN=TclXML
|
||||
MYP=${MYPN}-${PV}
|
||||
|
||||
@ -38,6 +40,7 @@ PATCHES=(
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
lto-guarantee-fat
|
||||
local myconf=""
|
||||
|
||||
use threads && myconf="${myconf} --enable-threads"
|
||||
@ -50,3 +53,8 @@ src_configure() {
|
||||
$(use_enable amd64 64bit) \
|
||||
$(use_enable debug symbols)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
strip-lto-bytecode
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user