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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Apr 8 11:52:59 UTC 2013


    Date: Monday, April 8, 2013 @ 13:52:59
  Author: foutrelis
Revision: 182152

upgpkg: chromium 26.0.1410.43-3

Disable tcmalloc to avoid zombie processes/hangs on NVIDIA systems (FS#34128, 
upstream issue 177218).

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-08 10:27:26 UTC (rev 182151)
+++ PKGBUILD	2013-04-08 11:52:59 UTC (rev 182152)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=26.0.1410.43
-pkgrel=2
+pkgrel=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
 url="http://www.chromium.org/"
@@ -96,6 +96,7 @@
     -Dlinux_strip_binary=1 \
     -Dlinux_use_gold_binary=0 \
     -Dlinux_use_gold_flags=0 \
+    -Dlinux_use_tcmalloc=0 \
     -Drelease_extra_cflags="$CFLAGS" \
     -Dffmpeg_branding=Chrome \
     -Dproprietary_codecs=1 \




More information about the arch-commits mailing list