Assume 32 when __isa_bits isn't defined

This commit is contained in:
Nalin Dahyabhai 2013-07-29 17:47:21 -04:00
parent d6a5b8b7d7
commit 272aaeef17

View File

@ -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 runenv.py
: make -C src check TMPDIR=%{_tmppath} : make -C src check TMPDIR=%{_tmppath}
# Alright, this much is still a work in progress. # 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 if hostname | grep -q build ; then
sleep 600 sleep 600
fi fi