[arch-commits] Commit in thunderbird/repos (extra-i686 extra-i686/PKGBUILD)

Thomas Bächler thomas at archlinux.org
Thu Oct 1 10:45:31 UTC 2009


    Date: Thursday, October 1, 2009 @ 06:45:30
  Author: thomas
Revision: 53495

Merged revisions 53492,53494 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/thunderbird/trunk

........
  r53492 | thomas | 2009-10-01 11:21:05 +0200 (Do, 01 Okt 2009) | 2 lines
  
  upgpkg: thunderbird 2.0.0.23-1
      Upstream update to 2.0.0.23
........
  r53494 | thomas | 2009-10-01 12:45:13 +0200 (Do, 01 Okt 2009) | 2 lines
  
  upgpkg: thunderbird 2.0.0.23-1
      Fix i686 build
........

Modified:
  thunderbird/repos/extra-i686/	(properties)
  thunderbird/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


Property changes on: thunderbird/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /thunderbird/trunk:1-46667
   + /thunderbird/trunk:1-53494

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-01 10:45:13 UTC (rev 53494)
+++ extra-i686/PKGBUILD	2009-10-01 10:45:30 UTC (rev 53495)
@@ -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
@@ -38,9 +41,7 @@
   patch -Np1 -i "${srcdir}/xulrunner-elif.patch" || return 1
   cp "${srcdir}/mozconfig" .mozconfig
 
-  if [ "${CARCH}" = "x86_64" ]; then
-    echo "ac_cv_visibility_pragma=no" >> .mozconfig
-  fi
+  echo "ac_cv_visibility_pragma=no" >> .mozconfig
 
   export MOZ_PROJECT=mail
   unset CXXFLAGS




More information about the arch-commits mailing list