From 272aaeef1761d45e75a9524ea5e3003d1575f975 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 29 Jul 2013 17:47:21 -0400 Subject: [PATCH] Assume 32 when __isa_bits isn't defined --- krb5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index 6cc5614..5409f20 100644 --- a/krb5.spec +++ b/krb5.spec @@ -469,7 +469,7 @@ LD_PRELOAD=`pwd`/noport.so:`pwd`/nss_wrapper/build/src/libnss_wrapper.so ; expor make -C src runenv.py : make -C src check TMPDIR=%{_tmppath} # Alright, this much is still a work in progress. -%if %{__isa_bits} == 64 +%if %{?__isa_bits:%{__isa_bits}}%{!?__isa_bits:32} == 64 if hostname | grep -q build ; then sleep 600 fi