[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Thu Oct 1 09:21:05 UTC 2009


    Date: Thursday, October 1, 2009 @ 05:21:05
  Author: thomas
Revision: 53492

upgpkg: thunderbird 2.0.0.23-1
    Upstream update to 2.0.0.23

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-01 09:20:45 UTC (rev 53491)
+++ PKGBUILD	2009-10-01 09:21:05 UTC (rev 53492)
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount <dale at archlinux.org>
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 pkgname=thunderbird
-pkgver=2.0.0.22
+pkgver=2.0.0.23
 pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
         firefox-2.0-link-layout.patch
         thunderbird-appversion.patch
         xulrunner-elif.patch)
-md5sums=('080c26dcb0ed563519a6061139a0bf92'
+md5sums=('2e118fcf752ee60ce994f1471f9632d1'
          '17e3015259da53f40bc445b27078f693'
          'ea4e3c3dee98e3891bef16409551eb6e'
          'bc6f10a06407faee6494acad546aabf9'
@@ -31,6 +31,9 @@
          '38457261a6355365079dbe5c2342ec68')
 
 build() {
+  # -Wl,--as-needed seems to fail here
+  unset LDFLAGS
+
   cd "${srcdir}/mozilla"
   patch -Np1 -i "${srcdir}/thunderbird-1.5-lang.patch" || return 1
   patch -Np1 -i "${srcdir}/firefox-2.0-link-layout.patch" || return 1




More information about the arch-commits mailing list