summaryrefslogtreecommitdiff
path: root/dev-tcltk/tdom/tdom-0.9.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tdom/tdom-0.9.5.ebuild')
-rw-r--r--dev-tcltk/tdom/tdom-0.9.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-tcltk/tdom/tdom-0.9.5.ebuild b/dev-tcltk/tdom/tdom-0.9.5.ebuild
index a1216d75e792..6453e5f7d28b 100644
--- a/dev-tcltk/tdom/tdom-0.9.5.ebuild
+++ b/dev-tcltk/tdom/tdom-0.9.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools flag-o-matic
+inherit autotools dot-a flag-o-matic
MY_P="tDOM-${PV}"
@@ -47,6 +47,7 @@ src_prepare() {
}
src_configure() {
+ lto-guarantee-fat
local myeconfargs=(
$(use_enable threads)
--enable-shared
@@ -83,4 +84,5 @@ src_install() {
emake DESTDIR="${D}" install
popd > /dev/null
done
+ strip-lto-bytecode
}