diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-02-09 20:06:32 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-02-09 20:48:45 -0500 |
commit | 8e05b51396808186b355a59720e0232edf3a4f2e (patch) | |
tree | 7073f192eb74cbe270aa0a0937307d66252b5e46 /sys-process | |
parent | sys-process/audit: add USE=gssapi support #424653 (diff) | |
download | gentoo-8e05b51396808186b355a59720e0232edf3a4f2e.tar.gz gentoo-8e05b51396808186b355a59720e0232edf3a4f2e.tar.bz2 gentoo-8e05b51396808186b355a59720e0232edf3a4f2e.zip |
sys-process/audit: add USE=static-libs support
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-2.6.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index a7d63c107d8f..9f4ef21b0e81 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 |