commit:     0a2c72596b4e8d72e9768c1f7c8565c77dd44528
Author:     Gwendal Grignou <gwendal <AT> chromium <DOT> org>
AuthorDate: Mon Sep 28 16:04:16 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 16:04:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2c7259

sys-block/fio: add USE=static support

 sys-block/fio/fio-2.2.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
index 8e1c41a..a98ae8c 100644
--- 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'
 }
 

Reply via email to