sys-apps/haveged: add USE=static-libs for 1.9.2
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 31 Mar 2018 14:42:49 +0000 (10:42 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 31 Mar 2018 14:42:49 +0000 (10:42 -0400)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-apps/haveged/haveged-1.9.2-r1.ebuild

index 8b3a59788d3371d81f6df2a1d08e239a2d370ff4..5d34a81b053daca6916c884d33d7b96aad08512a 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="selinux"
+IUSE="selinux static-libs"
 
 DEPEND=""
 RDEPEND="!<sys-apps/openrc-0.11.8
@@ -22,9 +22,9 @@ RDEPEND="!<sys-apps/openrc-0.11.8
 # we should add $(use_enable threads)
 src_configure() {
        econf \
+               $(use_enable static-libs static) \
                --bindir=/usr/sbin \
                --enable-nistest \
-               --disable-static \
                --disable-threads
 }