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

Ionut Biru ibiru at archlinux.org
Fri Feb 4 14:47:38 UTC 2011


    Date: Friday, February 4, 2011 @ 09:47:38
  Author: ibiru
Revision: 108868

upgpkg: chromium 9.0.597.84-2
remove useless workaround and bump gcc_version to 45. FS#22754

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-04 14:44:36 UTC (rev 108867)
+++ PKGBUILD	2011-02-04 14:47:38 UTC (rev 108868)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=9.0.597.84
-pkgrel=1
+pkgrel=2
 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/'
@@ -24,11 +24,6 @@
 build() {
   cd ${srcdir}/chromium-${pkgver}
 
-### Patch
-  # workaround for gcc 4.5
-  # see http://code.google.com/p/chromium/issues/detail?id=41887
-  export CFLAGS="${CFLAGS} -fno-ipa-cp"
-
 ### Configure
 
   echo 'Use python2 instead of python...'
@@ -44,7 +39,7 @@
   # see https://bugzilla.mozilla.org/show_bug.cgi?id=547312
 
   build/gyp_chromium -f make build/all.gyp --depth=. \
-    -Dgcc_version=44 \
+    -Dgcc_version=45 \
     -Dno_strict_aliasing=1 \
     -Dwerror= \
     -Dlinux_sandbox_path=/usr/lib/chromium/chromium-sandbox \




More information about the arch-commits mailing list