Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 840903 Details for
Bug 884811
sys-fs/btrfs-progs: Consider installing hash-speedtest
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-sys-fs-btrfs-progs-Also-install-hash-speedtest.patch
0001-sys-fs-btrfs-progs-Also-install-hash-speedtest.patch (text/plain), 1.26 KB, created by
RumpletonBongworth
on 2022-12-08 05:28:56 UTC
(
hide
)
Description:
0001-sys-fs-btrfs-progs-Also-install-hash-speedtest.patch
Filename:
MIME Type:
Creator:
RumpletonBongworth
Created:
2022-12-08 05:28:56 UTC
Size:
1.26 KB
patch
obsolete
>From 648921a119eced485679e54358b64ae03507f420 Mon Sep 17 00:00:00 2001 >From: Kerin Millar <kfm@plushkava.net> >Date: Thu, 8 Dec 2022 07:25:27 +0200 >Subject: [PATCH] sys-fs/btrfs-progs: Also install hash-speedtest > >This utility can be used to assess the raw performance of the >additional checksum algorithms supported since Linux 5.5. > >Signed-off-by: Kerin Millar <kfm@plushkava.net> >--- > sys-fs/btrfs-progs/btrfs-progs-6.0.2.ebuild | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/sys-fs/btrfs-progs/btrfs-progs-6.0.2.ebuild b/sys-fs/btrfs-progs/btrfs-progs-6.0.2.ebuild >index 73fcf46caa..99c29425d5 100644 >--- a/sys-fs/btrfs-progs/btrfs-progs-6.0.2.ebuild >+++ b/sys-fs/btrfs-progs/btrfs-progs-6.0.2.ebuild >@@ -125,7 +125,7 @@ src_configure() { > } > > src_compile() { >- emake V=1 all $(usev static) >+ emake V=1 all hash-speedtest $(usev static) > } > > src_install() { >@@ -134,7 +134,12 @@ src_install() { > $(usex static install-static '') > ) > >- emake V=1 DESTDIR="${D}" install "${makeargs[@]}" >+ local -a progs=( >+ btrfs mkfs.btrfs btrfs-map-logical btrfs-image btrfs-find-root >+ btrfstune btrfs-select-super hash-speedtest >+ ) >+ >+ emake V=1 DESTDIR="${D}" progs_install="${progs[*]}" install "${makeargs[@]}" > > newbashcomp btrfs-completion btrfs > >-- >2.37.4 >
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 884811
: 840903