Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344394 Details for
Bug 464592
sys-devel/llvm-3.1-r2[debug] - Failed to set PaX markings -m for Release/bin/lli
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
llvm-3.1-r2.ebuild.patch
llvm-3.1-r2.ebuild.patch (text/plain), 458 bytes, created by
Alexander Tsoy
on 2013-04-04 14:52:26 UTC
(
hide
)
Description:
llvm-3.1-r2.ebuild.patch
Filename:
MIME Type:
Creator:
Alexander Tsoy
Created:
2013-04-04 14:52:26 UTC
Size:
458 bytes
patch
obsolete
>--- /usr/portage/sys-devel/llvm/llvm-3.1-r2.ebuild 2013-01-04 03:31:29.000000000 +0400 >+++ ./llvm-3.1-r2.ebuild 2013-04-04 18:40:29.564374172 +0400 >@@ -150,7 +150,11 @@ > src_compile() { > emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1 > >- pax-mark m Release/bin/lli >+ if use debug; then >+ pax-mark m Debug+Asserts+Checks/bin/lli >+ else >+ pax-mark m Release/bin/lli >+ fi > if use test; then > pax-mark m unittests/ExecutionEngine/JIT/Release/JITTests > fi
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 464592
:
344388
|
344390
| 344394