summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2011-03-06 02:45:37 +0000
committerJory Pratt <anarchy@gentoo.org>2011-03-06 02:45:37 +0000
commitc363d406ba7e61af0c00c229cc9405e3b280e3d4 (patch)
tree0ca206a34ba4616ba45040fcd9dac51332de6284 /mail-client
parentVersion bump (diff)
downloadgentoo-2-c363d406ba7e61af0c00c229cc9405e3b280e3d4.tar.gz
gentoo-2-c363d406ba7e61af0c00c229cc9405e3b280e3d4.tar.bz2
gentoo-2-c363d406ba7e61af0c00c229cc9405e3b280e3d4.zip
ensure that ldap will respect users ldflags
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/ChangeLog5
-rw-r--r--mail-client/thunderbird/thunderbird-3.1.9.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog
index a68def042c89..c70757f6ab69 100644
--- a/mail-client/thunderbird/ChangeLog
+++ b/mail-client/thunderbird/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/thunderbird
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.63 2011/03/06 01:07:48 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.64 2011/03/06 02:45:37 anarchy Exp $
+
+ 06 Mar 2011; Jory A. Pratt <anarchy@gentoo.org> thunderbird-3.1.9.ebuild:
+ ensure ldap respects ldflags
*thunderbird-3.1.9 (06 Mar 2011)
diff --git a/mail-client/thunderbird/thunderbird-3.1.9.ebuild b/mail-client/thunderbird/thunderbird-3.1.9.ebuild
index 255354bc0723..906336be9f66 100644
--- a/mail-client/thunderbird/thunderbird-3.1.9.ebuild
+++ b/mail-client/thunderbird/thunderbird-3.1.9.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/mail-client/thunderbird/thunderbird-3.1.9.ebuild,v 1.1 2011/03/06 01:07:48 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.9.ebuild,v 1.2 2011/03/06 02:45:37 anarchy Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -89,6 +89,7 @@ linguas() {
pkg_setup() {
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
+ export ALDFLAGS=${LDFLAGS}
if ! use bindist; then
elog "You are enabling official branding. You may not redistribute this build"
@@ -122,8 +123,6 @@ src_prepare() {
epatch "${FILESDIR}/bug-606109.patch"
epatch "${FILESDIR}/libnotify-0.7.patch"
- # Respect users ldflags when building ldap support, will need to be reworked.
- # epatch "${FILESDIR}/${PN}-respect-ldflags.patch"
# Allow user to apply any additional patches without modifing ebuild
epatch_user