[Pkg-samba-maint] [Git][samba-team/samba][master] Enable --accel-aes=intelaesni on DEB_HOST_GNU_CPU=x86_64 (Closes: #896196)

Mathieu Parent gitlab at salsa.debian.org
Tue Apr 24 21:40:49 BST 2018


Mathieu Parent pushed to branch master at Debian Samba Team / samba


Commits:
c4bb166a by Mathieu Parent at 2018-04-24T22:40:12+02:00
Enable --accel-aes=intelaesni on DEB_HOST_GNU_CPU=x86_64 (Closes: #896196)

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ include /usr/share/dpkg/buildflags.mk
 
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 
 PYVERS=$(shell pyversions -vr)
 
@@ -78,6 +79,11 @@ else
 		--without-systemd
 endif
 
+ifeq ($(DEB_HOST_GNU_CPU), x86_64)
+	conf_args += \
+		--accel-aes=intelaesni
+endif
+
 %:
 	dh $* --with python2
 



View it on GitLab: https://salsa.debian.org/samba-team/samba/commit/c4bb166a7bc7805d955926081fe1f2ad7de512ae

---
View it on GitLab: https://salsa.debian.org/samba-team/samba/commit/c4bb166a7bc7805d955926081fe1f2ad7de512ae
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/20180424/0641ddce/attachment.html>


More information about the Pkg-samba-maint mailing list