commit:     8e05b51396808186b355a59720e0232edf3a4f2e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 01:06:32 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 01:48:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e05b513

sys-process/audit: add USE=static-libs support

 sys-process/audit/audit-2.6.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.6.4.ebuild 
b/sys-process/audit/audit-2.6.4.ebuild
index a7d63c107d..9f4ef21b0e 100644
--- a/sys-process/audit/audit-2.6.4.ebuild
+++ b/sys-process/audit/audit-2.6.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="gssapi ldap python"
+IUSE="gssapi ldap python static-libs"
 # Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.
 RESTRICT="test"
 
@@ -79,6 +79,7 @@ multilib_src_configure() {
        econf \
                --sbindir="${EPREFIX}/sbin" \
                $(use_enable gssapi gssapi-krb5) \
+               $(use_enable static-libs static) \
                --enable-systemd \
                --without-python \
                --without-python3

Reply via email to