Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/
Date: Thu, 16 Jul 2020 15:03:34
Message-Id: 1594909756.88da47c6c06e5b48ddf73d85fcb7a90a287ffaaa.whissi@gentoo
1 commit: 88da47c6c06e5b48ddf73d85fcb7a90a287ffaaa
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 14 16:11:29 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 14:29:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=88da47c6
7
8 libgcrypt: Honor toolchain
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gkbuilds/libgcrypt.gkbuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/gkbuilds/libgcrypt.gkbuild b/gkbuilds/libgcrypt.gkbuild
16 index a6686d3..388a6b5 100644
17 --- a/gkbuilds/libgcrypt.gkbuild
18 +++ b/gkbuilds/libgcrypt.gkbuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 src_configure() {
25 @@ -10,6 +10,7 @@ src_configure() {
26 --enable-static=yes
27 )
28
29 + CC_FOR_BUILD="$(tc-getBUILD_CC)" \
30 gkconf "${myconf[@]}"
31 }