From 66945516918616b7a9116b15d1c1e27469a4e4e6 Mon Sep 17 00:00:00 2001 From: Yury Usishchev Date: Mon, 5 May 2014 21:45:38 +0400 Subject: [PATCH] Fix aarch64 build fail Configure cannot guess build and host variables, we must specify it. Change-Id: Ifcfe571ba8835541c3822a89cc06186dfaef7cd2 Signed-off-by: Yury Usishchev --- packaging/krb5.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/krb5.spec b/packaging/krb5.spec index 1c16318..237dae0 100644 --- a/packaging/krb5.spec +++ b/packaging/krb5.spec @@ -68,6 +68,7 @@ cd src ./util/reconf CFLAGS="$RPM_OPT_FLAGS -I/usr/include/et -fno-strict-aliasing -D_GNU_SOURCE -fPIC " \ ./configure \ + --host=%{_host} --build=%{_build} \ --prefix=/usr/lib/mit \ --sysconfdir=%{_sysconfdir} \ --mandir=%{_mandir} \ -- 2.7.4