Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 553406 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]
Link with -noexecstack on 5.11
qtwebegning_noexexcstack.patch (text/plain), 663 bytes, created by
Magnus Granberg
on 2018-10-27 21:20:58 UTC
(
hide
)
Description:
Link with -noexecstack on 5.11
Filename:
MIME Type:
Creator:
Magnus Granberg
Created:
2018-10-27 21:20:58 UTC
Size:
663 bytes
patch
obsolete
>--- a/src/core/core_module.pro 2018-09-04 21:12:04.000000000 +0200 >+++ a/src/core/core_module.pro 2018-10-27 23:09:51.463306714 +0200 >@@ -42,7 +42,7 @@ LIBS_PRIVATE += $$NINJA_LIB_DIRS $$NINJA > # The Windows and macOS ones from GN does provide a few useful flags however > > linux { >- QMAKE_LFLAGS += -Wl,--gc-sections -Wl,-O1 -Wl,-z,now >+ QMAKE_LFLAGS += -Wl,--gc-sections -Wl,-O1 -Wl,-z,now -Wl,-z,noexecstack > # Embedded address sanitizer symbols are undefined and are picked up by the dynamic link loader > # at runtime. Thus we do not to pass the linker flag below, because the linker would complain > # about the undefined sanitizer symbols.
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