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

Pierre Schmitz pierre at archlinux.org
Fri Dec 11 09:41:41 UTC 2009


    Date: Friday, December 11, 2009 @ 04:41:41
  Author: pierre
Revision: 61087

upgpkg: chromium 4.0.267.0-2
    no_strict_aliasing=1 might fix the segfaults on flash sites

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-11 06:01:23 UTC (rev 61086)
+++ PKGBUILD	2009-12-11 09:41:41 UTC (rev 61087)
@@ -3,7 +3,7 @@
 
 pkgname=chromium
 pkgver=4.0.267.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web'
 arch=('i686' 'x86_64')
 url='http://www.chromium.org/'
@@ -25,7 +25,7 @@
 
 	export GYP_GENERATORS="make"
 	export BUILDTYPE="Release"
-	export GYP_DEFINES='linux_sandbox_path=/usr/lib/chromium/chromium-sandbox linux_sandbox_chrome_path=/usr/lib/chromium/chromium'
+	export GYP_DEFINES='gcc_version=44 no_strict_aliasing=1 linux_sandbox_path=/usr/lib/chromium/chromium-sandbox'
 
 	# i686 does not include SSE2
 	# see http://code.google.com/p/chromium/issues/detail?id=9007




More information about the arch-commits mailing list