mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/integrit: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
inherit autotools dot-a
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
@@ -38,6 +38,11 @@ src_prepare() {
|
||||
touch ar-lib || die #775746
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
lto-guarantee-fat
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
emake utils
|
||||
@@ -67,6 +72,8 @@ src_install() {
|
||||
|
||||
# examples
|
||||
dodoc -r examples
|
||||
|
||||
strip-lto-bytecode
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user