Gentoo Archives: gentoo-commits

From: "Marcin Woźniak" <y0rune@×××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/heirloom-mailx/
Date: Fri, 16 Apr 2021 21:50:05
Message-Id: 1618608283.6318ad2059d604d37f4c0aa5fd31597a37393714.yorune@gentoo
1 commit: 6318ad2059d604d37f4c0aa5fd31597a37393714
2 Author: Marcin Woźniak <y0rune <AT> aol <DOT> com>
3 AuthorDate: Fri Apr 16 21:24:43 2021 +0000
4 Commit: Marcin Woźniak <y0rune <AT> aol <DOT> com>
5 CommitDate: Fri Apr 16 21:24:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6318ad20
7
8 mail-client/heirloom-mailx: Changed licence and fix problem with QA
9
10 Like in the bug I tried to add hide the error from QA.
11 I simply added LDFLAGS in the emake. I think it should be help.
12
13 Bug: https://bugs.gentoo.org/782961
14 Closes: https://bugs.gentoo.org/782961
15 Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>
16
17 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
21 index e985cec8b..fe87daf09 100644
22 --- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
23 +++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
24 @@ -29,7 +29,7 @@ src_prepare() {
25
26 src_compile(){
27 sed 's@<openssl@<openssl-1.0/openssl@' -i openssl.c fio.c makeconfig
28 - emake LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
29 + emake LDFLAGS=${LDFLAGS} LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
30 }
31
32 src_install(){