From 0e22f0251d7fc444218178efb494cb30d0a3eae7 Mon Sep 17 00:00:00 2001 From: tez Date: Fri, 18 Mar 2016 19:08:39 +0000 Subject: Fix build on 64 bit intel systems with yasm installed. --- security/mit-krb5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/mit-krb5') 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} -- cgit v1.2.3