[Pkg-samba-maint] [Git][samba-team/samba][master] Enable --accel-aes=intelaesni on DEB_HOST_ARCH_CPU=amd64 instead of…
Mathieu Parent
gitlab at salsa.debian.org
Mon Oct 8 21:01:17 BST 2018
Mathieu Parent pushed to branch master at Debian Samba Team / samba
Commits:
6bb87170 by Mathieu Parent at 2018-10-08T20:01:13Z
Enable --accel-aes=intelaesni on DEB_HOST_ARCH_CPU=amd64 instead of DEB_HOST_ARCH=amd64. This matches samba-libs.install and adds x32
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -79,7 +79,7 @@ else
--without-systemd
endif
-ifeq ($(DEB_HOST_ARCH), amd64)
+ifeq ($(DEB_HOST_ARCH_CPU), amd64)
conf_args += \
--accel-aes=intelaesni
endif
View it on GitLab: https://salsa.debian.org/samba-team/samba/commit/6bb871706c238b77d0064aabf906e22ef6d2aa12
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/commit/6bb871706c238b77d0064aabf906e22ef6d2aa12
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20181008/076bb547/attachment.html>
More information about the Pkg-samba-maint
mailing list