diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/s6/s6-2.2.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/s6/s6-2.2.4.3.ebuild b/sys-apps/s6/s6-2.2.4.3.ebuild index 171342f9a170..8aeee3a383e0 100644 --- a/sys-apps/s6/s6-2.2.4.3.ebuild +++ b/sys-apps/s6/s6-2.2.4.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="static" +IUSE="static static-libs" DEPEND=">=sys-devel/make-4.0 static? ( @@ -42,8 +42,8 @@ src_configure() { econf \ $(use_enable !static shared) \ + $(use_enable static-libs static) \ $(use_enable static allstatic) \ - $(use_enable static) \ --bindir=/bin \ --sbindir=/sbin \ --dynlibdir=/$(get_libdir) \ |