Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344514 Details for
Bug 335243
app-benchmarks/dbench does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dbench-4.0-r1.ebuild
dbench-4.0-r1.ebuild (text/plain), 932 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-04-05 16:08:07 UTC
(
hide
)
Description:
dbench-4.0-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-04-05 16:08:07 UTC
Size:
932 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.9 2009/05/01 23:03:29 tcunha Exp $ > >EAPI="5" > >inherit eutils autotools > >DESCRIPTION="Popular filesystem benchmark" >SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz" >HOMEPAGE="http://samba.org/ftp/tridge/dbench/" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="amd64 hppa ppc ppc64 sparc x86" >IUSE="" > >DEPEND="dev-libs/popt" >RDEPEND="${DEPEND}" > >src_prepare() { > eautoheader > eautoconf > sed -i -e \ > "s:\$(CC) -o:\$(CC) \$(LDFLAGS) -o:" \ > Makefile.in || die >} > >src_compile() { > emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" >} > >src_install() { > dobin dbench tbench tbench_srv > dodoc README INSTALL > doman dbench.1 > insinto /usr/share/dbench > doins client.txt >} > >pkg_postinst() { > elog "You can find the client.txt file in ${ROOT}usr/share/dbench." >}
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 Raw
Actions:
View
Attachments on
bug 335243
:
245343
| 344514