Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244787 Details for
Bug 334631
sys-block/disktype does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to disktype-9.ebuild to use emake and to respect LDFLAGS
disktype-9.ebuild.patch (text/plain), 361 bytes, created by
Kevin Pyle
on 2010-08-26 21:02:45 UTC
(
hide
)
Description:
Patch to disktype-9.ebuild to use emake and to respect LDFLAGS
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-08-26 21:02:45 UTC
Size:
361 bytes
patch
obsolete
>diff -ru a/disktype-9.ebuild b/disktype-9.ebuild >--- a/disktype-9.ebuild 2009-09-23 20:36:54.000000000 +0000 >+++ b/disktype-9.ebuild 2010-08-26 20:57:26.334751187 +0000 >@@ -16,7 +16,7 @@ > DEPEND="" > > src_compile() { >- make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die >+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die > } > > 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 334631
:
244733
| 244787