diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-07-29 13:33:24 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-07-29 13:34:39 -0500 |
commit | 483b910e8dddc7d9f56309812ea9e8445b98e8d0 (patch) | |
tree | a49564d01296b6b7f602014ac6d4dc8792d8d114 /net-fs | |
parent | app-editors/nano: Stabilize 6.3 hppa, #861566 (diff) | |
download | gentoo-483b910e8dddc7d9f56309812ea9e8445b98e8d0.tar.gz gentoo-483b910e8dddc7d9f56309812ea9e8445b98e8d0.tar.bz2 gentoo-483b910e8dddc7d9f56309812ea9e8445b98e8d0.zip |
net-fs/samba: add aesni support to 4.14 series
Closes: https://bugs.gentoo.org/831443
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.14.14.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-fs/samba/samba-4.14.14.ebuild b/net-fs/samba/samba-4.14.14.ebuild index 860cd1aeb3f2..82300ebb6402 100644 --- a/net-fs/samba/samba-4.14.14.ebuild +++ b/net-fs/samba/samba-4.14.14.ebuild @@ -22,10 +22,10 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads ceph client cluster cups debug fam glusterfs -gpg iprint json ldap ntvfs pam profiling-data python quota +regedit selinux -snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test winbind -zeroconf" +IUSE="acl addc addns ads ceph client cluster cpu_flags_x86_aes cups debug fam +glusterfs gpg iprint json ldap ntvfs pam profiling-data python quota +regedit +selinux snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test +winbind zeroconf" REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( python json winbind ) @@ -210,6 +210,7 @@ multilib_src_configure() { --nopyc --nopyo --without-winexe + --accel-aes=$(usex cpu_flags_x86_aes intelaesni none) $(multilib_native_use_with acl acl-support) $(multilib_native_usex addc '' '--without-ad-dc') $(multilib_native_use_with addns dnsupdate) |