mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libbulletml: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/958413 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit dot-a toolchain-funcs
|
||||
|
||||
DESCRIPTION="A Library of Bullet Markup Language"
|
||||
HOMEPAGE="https://shinh.skr.jp/libbulletml/index_en.html"
|
||||
@@ -30,10 +30,12 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
tc-export AR CXX
|
||||
lto-guarantee-fat
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dolib.a libbulletml.a
|
||||
strip-lto-bytecode
|
||||
|
||||
insinto /usr/include/bulletml
|
||||
doins *.h
|
||||
|
||||
Reference in New Issue
Block a user