mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
chromium: update to 60.0.3112.113
This commit is contained in:
parent
4117976805
commit
2488633cbe
@ -19,8 +19,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="chromium"
|
PKG_NAME="chromium"
|
||||||
PKG_VERSION="55.0.2883.75"
|
PKG_VERSION="60.0.3112.113"
|
||||||
PKG_SHA256="5bcf7180935bebc7648f7e2577f612da681f7846127f79dac22630ded9984e55"
|
PKG_SHA256="ebfce706a1ea02a92e35f360c7364d1184dacf040b59eade4cb51aa61a4fec59"
|
||||||
PKG_REV="107"
|
PKG_REV="107"
|
||||||
PKG_ARCH="x86_64"
|
PKG_ARCH="x86_64"
|
||||||
PKG_LICENSE="Mixed"
|
PKG_LICENSE="Mixed"
|
||||||
@ -117,7 +117,7 @@ make_target() {
|
|||||||
./tools/gn/bootstrap/bootstrap.py --gn-gen-args "${_flags[*]}"
|
./tools/gn/bootstrap/bootstrap.py --gn-gen-args "${_flags[*]}"
|
||||||
./out/Release/gn gen out/Release --args="${_flags[*]}" --script-executable=$TOOLCHAIN/bin/python
|
./out/Release/gn gen out/Release --args="${_flags[*]}" --script-executable=$TOOLCHAIN/bin/python
|
||||||
|
|
||||||
ninja -C out/Release chrome chrome_sandbox widevinecdmadapter
|
ninja -j${CONCURRENCY_MAKE_LEVEL} -C out/Release chrome chrome_sandbox widevinecdmadapter
|
||||||
}
|
}
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
diff -up chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp.madv_free chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp
|
|
||||||
--- chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp.madv_free 2016-08-15 13:07:29.279655676 -0400
|
|
||||||
+++ chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp 2016-08-15 13:08:38.447317416 -0400
|
|
||||||
@@ -41,6 +41,11 @@
|
|
||||||
#include <errno.h>
|
|
||||||
#include <sys/mman.h>
|
|
||||||
|
|
||||||
+#if OS(LINUX) && defined(MADV_FREE)
|
|
||||||
+// Added in Linux 4.5, but it breaks the sandbox.
|
|
||||||
+#undef MADV_FREE
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#ifndef MADV_FREE
|
|
||||||
#define MADV_FREE MADV_DONTNEED
|
|
||||||
#endif
|
|
@ -1,12 +1,12 @@
|
|||||||
diff -Naur a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
diff -Naur a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
||||||
--- a/tools/gn/bootstrap/bootstrap.py 2016-10-20 15:02:19.000000000 -0700
|
--- a/tools/gn/bootstrap/bootstrap.py 2017-08-10 17:18:53.767165155 +0200
|
||||||
+++ b/tools/gn/bootstrap/bootstrap.py 2016-11-10 09:26:36.026611661 -0800
|
+++ b/tools/gn/bootstrap/bootstrap.py 2017-08-10 17:23:28.668750638 +0200
|
||||||
@@ -563,7 +563,7 @@
|
@@ -657,7 +657,7 @@
|
||||||
}
|
'base/allocator/allocator_shim.cc',
|
||||||
|
'base/allocator/allocator_shim_default_dispatch_to_glibc.cc',
|
||||||
if is_linux:
|
])
|
||||||
- libs.extend(['-lrt', '-latomic'])
|
- libs.extend(['-lrt', '-latomic'])
|
||||||
+ libs.extend(['-lrt'])
|
+ libs.extend(['-lrt'])
|
||||||
ldflags.extend(['-pthread'])
|
static_libraries['libevent']['include_dirs'].extend([
|
||||||
|
os.path.join(SRC_ROOT, 'base', 'third_party', 'libevent', 'linux')
|
||||||
static_libraries['xdg_user_dirs'] = {
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user