chromium: update to 38.0.2125.101.
This commit is contained in:
parent
a9644ae70b
commit
b052ae8eb7
2 changed files with 2 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp.orig 2014-05-20 23:59:56.000000000 +0300
|
|
||||||
+++ native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp 2014-05-21 00:00:28.000000000 +0300
|
|
||||||
@@ -96,6 +96,7 @@
|
|
||||||
# coming after the -fno-stack-protector we added above.
|
|
||||||
'-fstack-protector',
|
|
||||||
'-fstack-protector-all',
|
|
||||||
+ '-fstack-protector-strong',
|
|
||||||
'-fprofile-generate',
|
|
||||||
'-finstrument-functions',
|
|
||||||
'-funwind-tables',
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'chromium'
|
# Template file for 'chromium'
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
#See http://www.chromium.org/developers/calendar for the latest version
|
#See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=37.0.2062.124
|
version=38.0.2125.101
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.chromium.org/"
|
homepage="http://www.chromium.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5a7ca0b1e9b4c51555cf82d8bebf5a8cc5b5810ccacd1087ba82a17b8ac830d8
|
checksum=d3303519ab471a3bc831e9b366e64dc2fe651894e52ae5d1e74de60ee2a1198a
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -63,7 +63,6 @@ do_configure() {
|
||||||
|
|
||||||
# Disable glibc Native Client toolchain.
|
# Disable glibc Native Client toolchain.
|
||||||
conf+=" -Ddisable_glibc=1"
|
conf+=" -Ddisable_glibc=1"
|
||||||
conf+=" -Dlinux_use_tcmalloc=0"
|
|
||||||
|
|
||||||
# Use system-provided libraries.
|
# Use system-provided libraries.
|
||||||
# TODO: use_system_hunspell (upstream changes needed).
|
# TODO: use_system_hunspell (upstream changes needed).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue