summaryrefslogtreecommitdiff
path: root/security/mit-krb5
diff options
context:
space:
mode:
authortez <tez>2016-03-18 19:08:39 +0000
committertez <tez>2016-03-18 19:08:39 +0000
commit0e22f0251d7fc444218178efb494cb30d0a3eae7 (patch)
treebceee40fec11c6f05bb96ea5213a40f91ede472c /security/mit-krb5
parent984b58014941cd9e5ebc36965c55b02d29e304e9 (diff)
downloadpkgsrc-0e22f0251d7fc444218178efb494cb30d0a3eae7.tar.gz
Fix build on 64 bit intel systems with yasm installed.
Diffstat (limited to 'security/mit-krb5')
-rw-r--r--security/mit-krb5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index cdf1969c0f4..081bdb1202e 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2016/03/15 15:16:39 tez Exp $
+# $NetBSD: Makefile,v 1.89 2016/03/18 19:08:39 tez Exp $
DISTNAME= krb5-1.14.1
PKGNAME= mit-${DISTNAME}
@@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --disable-thread-support
CONFIGURE_ARGS+= --without-tcl
CONFIGURE_ARGS+= --enable-pkgsrc-libtool
CONFIGURE_ARGS+= --without-system-verto
+CONFIGURE_ARGS+= --disable-aesni
CONFIGURE_ENV+= BUILDLINK_PREFIX_OPENSSL=${BUILDLINK_PREFIX.openssl:Q}
CONFIGURE_ENV+= DEFKTNAME=FILE:${PKG_SYSCONFDIR}/krb5.keytab
MAKE_ENV+= ROOT_USER=${ROOT_USER}