diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild index 9c4506c9ced4..70e095eb507f 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.17.0-r1.ebuild @@ -61,12 +61,8 @@ src_configure() { $(use_enable nls gettext) $(use_enable readline) $(usex readline --disable-editline $(use_enable libedit editline)) + $(use_enable static-libs static) ) - if use static-libs ; then - myconf+=( --enable-static ) - else - myconf+=( --disable-static ) - fi econf "${myconf[@]}" diff --git a/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild b/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild index 75efba7d2594..ac490a41e289 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.18.0.ebuild @@ -61,12 +61,8 @@ src_configure() { $(use_enable nls gettext) $(use_enable readline) $(usex readline --disable-editline $(use_enable libedit editline)) + $(use_enable static-libs static) ) - if use static-libs ; then - myconf+=( --enable-static ) - else - myconf+=( --disable-static ) - fi econf "${myconf[@]}" |