summaryrefslogtreecommitdiff
path: root/dev-util/cpputest/cpputest-4.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cpputest/cpputest-4.0-r1.ebuild')
-rw-r--r--dev-util/cpputest/cpputest-4.0-r1.ebuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-util/cpputest/cpputest-4.0-r1.ebuild b/dev-util/cpputest/cpputest-4.0-r1.ebuild
index 4d8d165e77c2..d6f93c1a648b 100644
--- a/dev-util/cpputest/cpputest-4.0-r1.ebuild
+++ b/dev-util/cpputest/cpputest-4.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools
+inherit autotools dot-a
DESCRIPTION="Unit testing and mocking framework for C/C++"
HOMEPAGE="https://cpputest.github.io/ https://github.com/cpputest/cpputest"
@@ -28,3 +28,13 @@ src_prepare() {
default
eautoreconf
}
+
+src_configure() {
+ lto-guarantee-fat
+ default
+}
+
+src_install() {
+ default
+ strip-lto-bytecode
+}