diff options
author | drochner <drochner@pkgsrc.org> | 2011-07-15 20:58:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-07-15 20:58:56 +0000 |
commit | a6c15bc3f3abf1c674f3cff6026dbc57460f02de (patch) | |
tree | d80cd5a665ecf7f72bf32e48c9ff726e661122ce /security | |
parent | 900b0b04a8aa3eeeb5969930542c2efc7e7eb92c (diff) | |
download | pkgsrc-a6c15bc3f3abf1c674f3cff6026dbc57460f02de.tar.gz |
disable AESNI support for now, until we have a method to tell whether
the assembler supports the needed SSE commands, to allow building
on NetBSD-5, in response to a report by Marc Baudoin to pkgsrc-users
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 5143682444a..651a8d78ee0 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2011/07/13 21:21:52 adam Exp $ +# $NetBSD: Makefile,v 1.52 2011/07/15 20:58:56 drochner Exp $ DISTNAME= libgcrypt-1.5.0 CATEGORIES= security @@ -33,6 +33,7 @@ INFO_FILES= yes # PLIST empty(MACHINE_PLATFORM:M*-*-hppa) CONFIGURE_ARGS+= --disable-asm .endif +CONFIGURE_ARGS+= --disable-aesni-support .include "options.mk" |