[Pkg-swan-devel] [strongswan] 01/03: enable aesni plugin on i386 and amd64.

Arnaud Gavara arnaud.gavara at umontpellier.fr
Tue Mar 15 07:53:58 UTC 2016



----- Mail original -----
> De: "Yves-Alexis Perez" <corsac at moszumanska.debian.org>
> À: pkg-swan-devel at lists.alioth.debian.org
> Envoyé: Mardi 15 Mars 2016 00:02:22
> Objet: [Pkg-swan-devel] [strongswan] 01/03: enable aesni plugin on i386	and amd64.

[...]
> # the padlock plugin only makes sense on i386
> -# RdRand only makes sense on i386 and amd64
> +# AESNI and RdRand only make sense on i386 and amd64
> ifeq ($(DEB_BUILD_ARCH_CPU),i386)
> -  CONFIGUREARGS += --enable-padlock --enable-rdrand
> +  CONFIGUREARGS += --enable-padlock --enable-rdrand --enable-aesni
> endif
> 
> ifeq ($(DEB_BUILD_ARCH_CPU),amd64)
> -  CONFIGUREARGS += --enable-rdrand
> +  CONFIGUREARGS += --enable-rdrand --enable-aesni
> endif

Nice, thanks !

Regards,
Arnaud.



More information about the Pkg-swan-devel mailing list