diff --git a/dev-libs/clog/clog-2023.11.04.ebuild b/dev-libs/clog/clog-2023.11.04.ebuild index 36bcdfd8131e1..90e201f3685af 100644 --- a/dev-libs/clog/clog-2023.11.04.ebuild +++ b/dev-libs/clog/clog-2023.11.04.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake +inherit cmake dot-a CommitId=d6860c477c99f1fce9e28eb206891af3c0e1a1d7 @@ -39,6 +39,7 @@ src_prepare() { } src_configure() { + lto-guarantee-fat local mycmakeargs=( -DUSE_SYSTEM_LIBS=ON -DUSE_SYSTEM_GOOGLETEST=ON @@ -46,3 +47,8 @@ src_configure() { ) cmake_src_configure } + +src_install() { + cmake_src_install + strip-lto-bytecode +}