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:
Eli Schwartz
2025-08-07 11:01:22 -04:00
parent ef3e3a6cf3
commit d894388b21

View File

@@ -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