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