chromium: fixed issues with ICU (FS#1014)

This commit is contained in:
Jose V Beneyto 2014-05-13 16:27:56 +02:00
parent 2702d79ae6
commit 2af02d7298

View File

@ -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