From 2af02d7298d28baddef24dfd5c66b796e53215b6 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 13 May 2014 16:27:56 +0200 Subject: [PATCH] chromium: fixed issues with ICU (FS#1014) --- chromium/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 955a47936..05d719e42 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -6,7 +6,7 @@ name=chromium version=34.0.1847.132 -release=1 +release=2 source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.xz \ $name.sh rungn.patch) @@ -55,7 +55,8 @@ build() { -Dlinux_link_libpci=1 \ -Dlinux_link_libspeechd=1 \ -Denable_webrtc=1 \ - -Ddisable_nacl=1 + -Ddisable_nacl=1 \ + -Dicu_use_data_file_flag=0 make chrome chrome_sandbox BUILDTYPE=Release