projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c76bb6
)
sys-block/fio: fix inverted USE=static logic
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 28 Sep 2015 16:13:07 +0000
(12:13 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 28 Sep 2015 16:13:25 +0000
(12:13 -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 a98ae8ce6424f8780565b6530c254d24611a23cd..32929cb63bfc4d92b6b898d8ba701dc62054c029 100644
(file)
--- a/
sys-block/fio/fio-2.2.9.ebuild
+++ b/
sys-block/fio/fio-2.2.9.ebuild
@@
-58,7
+58,7
@@
src_configure() {
$(usex gtk '--enable-gfio' '') \
$(usex numa '' '--disable-numa') \
$(usex rbd '' '--disable-rbd') \
- $(usex static '
' '--build-static
') \
+ $(usex static '
--build-static' '
') \
|| die 'configure failed'
}