mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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@aol.com>
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user