Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 18 Aug 2019 14:57:50
Message-Id: 1566140241.00ce000ed8e629a7befc507288db655081db0cd1.juippis@gentoo
1 commit: 00ce000ed8e629a7befc507288db655081db0cd1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Aug 7 10:08:54 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 14:57:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ce000e
7
8 qmail.eclass: honor toolchain settings for ar and ranlib
9
10 Closes: https://bugs.gentoo.org/471436
11 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
12 Closes: https://github.com/gentoo/gentoo/pull/12631
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 eclass/qmail.eclass | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
19 index 552a37d5587..150b6c00aab 100644
20 --- a/eclass/qmail.eclass
21 +++ b/eclass/qmail.eclass
22 @@ -102,6 +102,7 @@ qmail_set_cc() {
23
24 echo "${cc} ${CFLAGS} ${CPPFLAGS}" > ./conf-cc || die 'Patching conf-cc failed.'
25 echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.'
26 + sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh
27 }
28
29 # @FUNCTION: qmail_create_groups