Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 553410 Details for
Bug 639388
dev-qt/qtwebengine-5.9.* contains WX binary: libQt5WebEngineCore.so.5.9.*
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated paxmark mksnapshot for 5.11
qtwebengine-5.11.2-paxmark-mksnapshot.patch (text/plain), 1011 bytes, created by
Magnus Granberg
on 2018-10-27 22:00:17 UTC
(
hide
)
Description:
Updated paxmark mksnapshot for 5.11
Filename:
MIME Type:
Creator:
Magnus Granberg
Created:
2018-10-27 22:00:17 UTC
Size:
1011 bytes
patch
obsolete
>--- a/src/3rdparty/chromium/v8/BUILD.gn 2018-08-27 10:21:31.000000000 +0200 >+++ a/src/3rdparty/chromium/v8/BUILD.gn 2018-10-27 23:37:37.983279381 +0200 >@@ -797,12 +797,36 @@ action("postmortem-metadata") { > rebase_path(sources, root_build_dir) > } > >+action("run_paxmark") { >+ visibility = [ ":*" ] # Only targets in this file can depend on this. >+ >+ deps = [ >+ ":mksnapshot($v8_snapshot_toolchain)", >+ ] >+ >+ script = "/usr/sbin/pypaxctl" >+ >+ sources = [] >+ >+ outputs = [ >+ "$target_out_dir/mksnapshot", >+ ] >+ >+ args = [ >+ "-sm", >+ "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)", >+ "root_out_dir") + "/mksnapshot", >+ root_build_dir), >+ ] >+} >+ > if (v8_use_snapshot) { > action("run_mksnapshot") { > visibility = [ ":*" ] # Only targets in this file can depend on this. > > deps = [ > ":mksnapshot($v8_snapshot_toolchain)", >+ ":run_paxmark", > ] > > script = "tools/run.py"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 639388
:
509322
|
539074
|
553406
| 553410 |
576412