Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e2de499e86ad215baf9b81a27583ca3fb928472f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e2de499e86ad215baf9b81a27583ca3fb928472f)
  • Date: Wed, 19 May 2010 16:59:42 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

mail/thunderbird/BUILD | 2 ++
mail/thunderbird/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit e2de499e86ad215baf9b81a27583ca3fb928472f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

thunderbird: Disable '-Wl,--as-needed' in LDFLAGS (Bug #15220)

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 6f73593..43f2143 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -25,6 +25,8 @@ if echo $LDFLAGS | grep -q '\-s'; then
OPTS="$OPTS --enable-strip"
fi &&

+LDFLAGS="${LDFLAGS/-Wl,--as-needed/}" &&
+
if [[ $THUNDERBIRD_OFFICIAL == y ]]; then
OPTS="$OPTS --enable-official-branding"
fi
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 9227768..547ec48 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,6 @@
+2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Disable '-Wl,--as-needed' in LDFLAGS (Bug #15220)
+
2010-03-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.0.4, SECURITY_PATCH=19

http://www.mozilla.org/security/known-vulnerabilities/thunderbird30.html



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e2de499e86ad215baf9b81a27583ca3fb928472f), Eric Sandall, 05/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page