projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8683668
)
sys-block/fio: add USE=static support
author
Gwendal Grignou
<gwendal@chromium.org>
Mon, 28 Sep 2015 16:04:16 +0000
(12:04 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 28 Sep 2015 16:04:16 +0000
(12:04 -0400)
sys-block/fio/fio-2.2.9.ebuild
patch
|
blob
|
history
diff --git
a/sys-block/fio/fio-2.2.9.ebuild
b/sys-block/fio/fio-2.2.9.ebuild
index 8e1c41a0bae859e3ed11ded0882bce058edc3d25..a98ae8ce6424f8780565b6530c254d24611a23cd 100644
(file)
--- a/
sys-block/fio/fio-2.2.9.ebuild
+++ b/
sys-block/fio/fio-2.2.9.ebuild
@@
-16,7
+16,7
@@
SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="aio glusterfs gnuplot gtk numa rbd rdma zlib"
+IUSE="aio glusterfs gnuplot gtk numa rbd rdma
static
zlib"
DEPEND="aio? ( dev-libs/libaio )
glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
@@
-58,6
+58,7
@@
src_configure() {
$(usex gtk '--enable-gfio' '') \
$(usex numa '' '--disable-numa') \
$(usex rbd '' '--disable-rbd') \
+ $(usex static '' '--build-static') \
|| die 'configure failed'
}