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

Felix Yan fyan at nymeria.archlinux.org
Wed May 14 18:17:07 UTC 2014


    Date: Wednesday, May 14, 2014 @ 20:17:06
  Author: fyan
Revision: 212418

upgpkg: firefox 29.0.1-2

- build with clang as temporary workaround for FS#40331

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-14 18:11:43 UTC (rev 212417)
+++ PKGBUILD	2014-05-14 18:17:06 UTC (rev 212418)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=29.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -14,7 +14,7 @@
          'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
              'xorg-server-xvfb' 'libpulse' 'gstreamer0.10-base'
-             'inetutils')
+             'inetutils' 'clang')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
             'gstreamer0.10-good-plugins: webm and mp4 demuxing'
@@ -74,6 +74,8 @@
   export PATH="$srcdir/path:$PATH"
   export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
   export PYTHON="/usr/bin/python2"
+  export CC=clang
+  export CXX=clang++
 
   # Set up PGO
   export DISPLAY=:99




More information about the arch-commits mailing list