From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ Date: Fri, 19 Aug 2022 15:49:36 +0000 (UTC) [thread overview] Message-ID: <1660923993.0e70dbcc07413a6f106b7462c277ce919db08099.tastytea@gentoo> (raw) commit: 0e70dbcc07413a6f106b7462c277ce919db08099 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Fri Aug 19 15:46:33 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Fri Aug 19 15:46:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e70dbcc dev-libs/mtxclient: work around LTO build failure Closes: https://bugs.gentoo.org/861731 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild index 7b9d756dc..a3e74c2c7 100644 --- a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio" HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" @@ -33,6 +33,14 @@ PATCHES=( "${FILESDIR}/0.6.0_remove_network_tests.patch" ) +src_prepare() { + if use test; then + filter-lto # bug #861731 + fi + + cmake_src_prepare +} + src_configure() { local -a mycmakeargs=( -DBUILD_LIB_TESTS="$(usex test)"
WARNING: multiple messages have this Message-ID (diff)
From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/ Date: Wed, 24 Aug 2022 15:52:13 +0000 (UTC) [thread overview] Message-ID: <1660923993.0e70dbcc07413a6f106b7462c277ce919db08099.tastytea@gentoo> (raw) Message-ID: <20220824155213.kJC6z3b38ns-w70dQgnquS1PUxE2mKt61TeHqAgg8ro@z> (raw) commit: 0e70dbcc07413a6f106b7462c277ce919db08099 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Fri Aug 19 15:46:33 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Fri Aug 19 15:46:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e70dbcc dev-libs/mtxclient: work around LTO build failure Closes: https://bugs.gentoo.org/861731 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild index 7b9d756dc..a3e74c2c7 100644 --- a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio" HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" @@ -33,6 +33,14 @@ PATCHES=( "${FILESDIR}/0.6.0_remove_network_tests.patch" ) +src_prepare() { + if use test; then + filter-lto # bug #861731 + fi + + cmake_src_prepare +} + src_configure() { local -a mycmakeargs=( -DBUILD_LIB_TESTS="$(usex test)"
next reply other threads:[~2022-08-19 15:49 UTC|newest] Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-08-19 15:49 Ronny Gutbrod [this message] 2022-08-24 15:52 ` [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/ Ronny Gutbrod -- strict thread matches above, loose matches on Subject: below -- 2024-06-13 12:55 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2024-06-13 12:55 Ronny Gutbrod 2023-07-24 14:02 Anna Vyalkova 2023-07-22 17:29 Anna Vyalkova 2023-02-20 14:17 Ronny Gutbrod 2023-02-20 14:17 Ronny Gutbrod 2023-01-23 15:56 Ronny Gutbrod 2023-01-13 16:50 Ronny Gutbrod 2023-01-13 16:50 Ronny Gutbrod 2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-09-09 20:20 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-09-09 20:20 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-09-08 1:46 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-09-08 0:09 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-09-08 0:09 Ronny Gutbrod 2022-07-23 16:15 Ronny Gutbrod 2022-03-10 13:53 Ronny Gutbrod 2022-03-07 16:22 Ronny Gutbrod 2022-02-23 0:33 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-02-22 21:16 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-02-22 21:16 Ronny Gutbrod 2021-12-21 11:46 Ronny Gutbrod 2021-12-21 11:46 Ronny Gutbrod 2021-11-19 1:15 Ronny Gutbrod 2021-10-04 11:45 Ronny Gutbrod 2021-10-04 11:45 Ronny Gutbrod 2021-09-27 20:48 Ronny Gutbrod 2021-04-23 10:56 Ronny Gutbrod 2021-04-21 6:21 Ronny Gutbrod 2021-04-20 18:03 Ronny Gutbrod 2021-04-20 18:03 Ronny Gutbrod 2021-04-19 2:34 Ronny Gutbrod 2021-03-28 9:39 Andrew Ammerlaan 2021-01-28 1:44 Ronny Gutbrod 2021-01-28 1:44 Ronny Gutbrod 2021-01-20 3:39 Ronny Gutbrod 2020-06-13 1:28 Ronny Gutbrod
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1660923993.0e70dbcc07413a6f106b7462c277ce919db08099.tastytea@gentoo \ --to=gentoo@tastytea.de \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox