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

Pierre Schmitz pierre at archlinux.org
Mon Jun 7 16:33:32 UTC 2010


    Date: Monday, June 7, 2010 @ 12:33:32
  Author: pierre
Revision: 82012

workaround fpr FS#19734

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-07 16:12:24 UTC (rev 82011)
+++ PKGBUILD	2010-06-07 16:33:32 UTC (rev 82012)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=5.0.375.55
-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/'
@@ -30,6 +30,9 @@
   cd ${srcdir}/chromium-${pkgver}
 
 ### Patch
+  # workaround for gcc 4.5
+  # see http://code.google.com/p/chromium/issues/detail?id=41887
+  export CFLAGS="${CFLAGS/-O2/-O3} -fno-ipa-cp"
   patch -p1 -i ${srcdir}/ffmpeg_branding_mime.patch || return 1
   [ "${CARCH}" == 'i686' ] && (patch -p1 -i ${srcdir}/drop_sse2.patch || return 1)
   patch -p1 -i ${srcdir}/libpng-1.4.patch || return 1




More information about the arch-commits mailing list