Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245828 Details for
Bug 335546
sys-block/fio 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 fio-1.34.ebuild to fix LDFLAGS issue and avoid duplicate link call
fio-1.34.ebuild.patch (text/plain), 719 bytes, created by
Kevin Pyle
on 2010-09-03 04:21:09 UTC
(
hide
)
Description:
Patch to fio-1.34.ebuild to fix LDFLAGS issue and avoid duplicate link call
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-09-03 04:21:09 UTC
Size:
719 bytes
patch
obsolete
>diff -ru a/fio-1.34.ebuild b/fio-1.34.ebuild >--- a/fio-1.34.ebuild 2009-09-22 05:21:34.000000000 +0000 >+++ b/fio-1.34.ebuild 2010-09-03 04:17:53.773727158 +0000 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-1.34.ebuild,v 1.1 2009/09/22 05:21:34 tsunam Exp $ > >+EAPI="2" >+ > inherit eutils toolchain-funcs flag-o-matic > > MY_PV="${PV/_rc/-rc}" >@@ -19,6 +21,13 @@ > DEPEND="dev-libs/libaio" > RDEPEND="${DEPEND}" > >+src_prepare() { >+ sed -i \ >+ -e '/filter /s:-o:$(LDFLAGS) -o:' \ >+ -e '/: depend$/d' \ >+ Makefile || die >+} >+ > src_compile() { > append-flags -W > emake CC="$(tc-getCC)" OPTFLAGS="${CFLAGS}" || die "emake failed"
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 335546
:
245625
| 245828