commit:     6318ad2059d604d37f4c0aa5fd31597a37393714
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Fri Apr 16 21:24:43 2021 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Fri Apr 16 21:24:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6318ad20

mail-client/heirloom-mailx: Changed licence and fix problem with QA

Like in the bug I tried to add hide the error from QA.
I simply added LDFLAGS in the emake. I think it should be help.

Bug: https://bugs.gentoo.org/782961
Closes: https://bugs.gentoo.org/782961
Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild 
b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
index e985cec8b..fe87daf09 100644
--- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
+++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
 
 src_compile(){
        sed 's@<openssl@<openssl-1.0/openssl@' -i openssl.c fio.c makeconfig
-       emake LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
+       emake LDFLAGS=${LDFLAGS} LDFLAGS+="-L /usr/lib/openssl-1.0/" 
SENDMAIL=/usr/sbin/sendmail
 }
 
 src_install(){

Reply via email to