diff options
-rw-r--r-- | sys-block/fio/fio-2.2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild index a98ae8ce6424..32929cb63bfc 100644 --- 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' } |