summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-07-29 17:47:21 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-07-29 17:47:21 -0400
commit272aaeef1761d45e75a9524ea5e3003d1575f975 (patch)
treeef5fee96621c85e618607949eb2de7c7ccf2cab5
parentd6a5b8b7d7016bae9f2db9aaa8b4c43c11398f6c (diff)
downloadkrb5-272aaeef1761d45e75a9524ea5e3003d1575f975.tar.gz
krb5-272aaeef1761d45e75a9524ea5e3003d1575f975.tar.xz
krb5-272aaeef1761d45e75a9524ea5e3003d1575f975.zip
Assume 32 when __isa_bits isn't definedkrb5-1.11.3-7.fc20
-rw-r--r--krb5.spec2
1 files changed, 1 insertions, 1 deletions
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