diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-21 11:32:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-21 13:28:44 +0000 |
commit | 01e082330dad92dec25b85358b790686fd54ce68 (patch) | |
tree | 70885e887a170814ef54e309515b0030fff8902e /community/chromium/gn-bootstrap-remove-sysroot-related-options.patch | |
parent | 6931c02bed8417d7cf6c411637e1ee269b9d1dcf (diff) | |
download | aports-01e082330dad92dec25b85358b790686fd54ce68.tar.bz2 aports-01e082330dad92dec25b85358b790686fd54ce68.tar.xz |
community/chromium: upgrade to 72.0.3626.109 and fix deadlock
ref #9808
Upstream bug report: https://bugs.chromium.org/p/v8/issues/detail?id=8881
Diffstat (limited to 'community/chromium/gn-bootstrap-remove-sysroot-related-options.patch')
-rw-r--r-- | community/chromium/gn-bootstrap-remove-sysroot-related-options.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/chromium/gn-bootstrap-remove-sysroot-related-options.patch b/community/chromium/gn-bootstrap-remove-sysroot-related-options.patch deleted file mode 100644 index 9e542bce36..0000000000 --- a/community/chromium/gn-bootstrap-remove-sysroot-related-options.patch +++ /dev/null @@ -1,25 +0,0 @@ -See: https://chromium.googlesource.com/chromium/src/tools/gn/+/6630c2e334d7bc179e95a3d543a8eca3201d6725%5E%21/#F0 -diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py -index 261fddd..1945852 100755 ---- tools/gn/bootstrap/bootstrap.py -+++ tools/gn/bootstrap/bootstrap.py -@@ -46,10 +46,6 @@ - '--build-path', - help='The directory in which to build gn, ' - 'relative to the src directory. (eg. out/Release)') -- parser.add_option( -- '--with-sysroot', -- action='store_true', -- help='Download and build with the Debian sysroot.') - parser.add_option('-v', '--verbose', help='ignored') - parser.add_option( - '--skip-generate-buildfiles', -@@ -76,8 +72,6 @@ - '--no-last-commit-position', - '--out-path=' + gn_build_dir, - ] -- if not options.with_sysroot: -- cmd.append('--no-sysroot') - if options.debug: - cmd.append('--debug') - subprocess.check_call(cmd) |