summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-17 14:51:54 +0000
committerEray Aslan <eras@gentoo.org>2011-06-17 14:51:54 +0000
commita72d5c1652182c05d20aa4cf6deb9999348d7015 (patch)
treed140f007850f0e7ec7006c2ce8226478ccf37451 /net-mail/asmail
parentamd64 stable for security bug 370215; removing vulnerable version (diff)
downloadgentoo-2-a72d5c1652182c05d20aa4cf6deb9999348d7015.tar.gz
gentoo-2-a72d5c1652182c05d20aa4cf6deb9999348d7015.tar.bz2
gentoo-2-a72d5c1652182c05d20aa4cf6deb9999348d7015.zip
Fix underlinking - bug #372055
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/asmail')
-rw-r--r--net-mail/asmail/ChangeLog5
-rw-r--r--net-mail/asmail/asmail-2.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-mail/asmail/ChangeLog b/net-mail/asmail/ChangeLog
index 6f589a1c7bf5..6ae95288f86a 100644
--- a/net-mail/asmail/ChangeLog
+++ b/net-mail/asmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/asmail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.12 2011/06/07 15:17:50 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.13 2011/06/17 14:51:54 eras Exp $
+
+ 17 Jun 2011; Eray Aslan <eras@gentoo.org> asmail-2.1.ebuild:
+ Fix underlinking - bug #372055
07 Jun 2011; Eray Aslan <eras@gentoo.org> asmail-2.1.ebuild,
+files/asmail-2.1-ldflags.patch:
diff --git a/net-mail/asmail/asmail-2.1.ebuild b/net-mail/asmail/asmail-2.1.ebuild
index b424c8e95d87..126cb6053ae3 100644
--- a/net-mail/asmail/asmail-2.1.ebuild
+++ b/net-mail/asmail/asmail-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-2.1.ebuild,v 1.3 2011/06/07 15:17:50 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-2.1.ebuild,v 1.4 2011/06/17 14:51:54 eras Exp $
inherit toolchain-funcs eutils
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
src_compile() {
epatch "${FILESDIR}"/${P}-ldflags.patch
+ sed -i -e "/LIB/s/-lssl/-lssl -lcrypto/g" \
+ configure
tc-export CC
econf $(use_enable jpeg)
emake || die "emake failed."