Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/
Date: Mon, 28 Feb 2022 00:24:18
Message-Id: 1646007833.af10fe810dd1e7d1c6c132a2e659a0dc40df2ed9.sam@gentoo
1 commit: af10fe810dd1e7d1c6c132a2e659a0dc40df2ed9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 00:23:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 00:23:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af10fe81
7
8 dev-libs/capnproto: final(!) libatomic fix
9
10 Bug: https://bugs.gentoo.org/832816
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/capnproto/capnproto-0.9.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/capnproto/capnproto-0.9.1.ebuild b/dev-libs/capnproto/capnproto-0.9.1.ebuild
17 index 69ef73c4bba3..2dae5197996e 100644
18 --- a/dev-libs/capnproto/capnproto-0.9.1.ebuild
19 +++ b/dev-libs/capnproto/capnproto-0.9.1.ebuild
20 @@ -27,7 +27,9 @@ DEPEND="${RDEPEND}
21
22 src_configure() {
23 if use arm || use ppc || use mips || [[ ${CHOST} == *i486* ]] ; then
24 - append-libs -latomic
25 + # append-libs won't work here, cmake doesn't respect it
26 + # ... and ldflags gets missed once
27 + append-flags -latomic
28 fi
29
30 local mycmakeargs=(