Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88080 Details for
Bug 135140
xen does not compile with --as-needed LDFLAG
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Enable --as-needed support
xen-as-needed.patch (text/plain), 551 bytes, created by
Roy Marples (RETIRED)
on 2006-06-01 05:10:31 UTC
(
hide
)
Description:
Enable --as-needed support
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-06-01 05:10:31 UTC
Size:
551 bytes
patch
obsolete
>Index: xen-3.0.2.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v >retrieving revision 1.4 >diff -u -B -r1.4 xen-3.0.2.ebuild >--- xen-3.0.2.ebuild 22 May 2006 16:00:27 -0000 1.4 >+++ xen-3.0.2.ebuild 1 Jun 2006 12:07:18 -0000 >@@ -54,7 +54,8 @@ > unset CFLAGS > fi > >- emake -C xen ${myopt} || die "compile failed" >+ # Send raw LDFLAGS so that --as-needed works >+ emake LDFLAGS="$(raw-ldflags)" -C xen ${myopt} || die "compile failed" > } > > src_install() {
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 135140
: 88080