Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 349354 Details for
Bug 471434
sys-devel/clang-3.2 fails to find libprofile_rt.a for --coverage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proof-of-concept patch to llvm-3.2.ebuild
llvm-3.2.ebuild.diff (text/plain), 373 bytes, created by
Andrew Church
on 2013-05-27 15:05:07 UTC
(
hide
)
Description:
Proof-of-concept patch to llvm-3.2.ebuild
Filename:
MIME Type:
Creator:
Andrew Church
Created:
2013-05-27 15:05:07 UTC
Size:
373 bytes
patch
obsolete
>--- llvm-3.2.ebuild.orig 2013-02-27 15:31:31 +0900 >+++ llvm-3.2.ebuild 2013-05-27 23:30:02 +0900 >@@ -166,6 +166,9 @@ > src_install() { > emake KEEP_SYMBOLS=1 DESTDIR="${D}" install > >+ # Clang needs libprofile_rt.a in /usr/lib #471434 >+ ln -s "${PN}/libprofile_rt.a" "${D}/usr/$(get_libdir)/" >+ > if use doc; then > doman docs/_build/man/*.1 > dohtml -r docs/_build/html/
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 471434
: 349354