Enclose the _isa_bits check inside a %ifnarch noarch ... %endif one

This commit is contained in:
Elio Maldonado 2015-11-14 14:49:57 -08:00
parent 69b02be530
commit 03da09b383
1 changed files with 4 additions and 0 deletions

View File

@ -292,10 +292,12 @@ export NSS_USE_SYSTEM_SQLITE
# TODO: Investigate as there may be a better solution
export NSS_DISABLE_GTESTS=1
%ifnarch noarch
%if 0%{__isa_bits} == 64
USE_64=1
export USE_64
%endif
%endif
# uncomment if the iquote patch is activated
export IN_TREE_FREEBL_HEADERS_FIRST=1
@ -403,10 +405,12 @@ export FREEBL_NO_DEPEND
BUILD_OPT=1
export BUILD_OPT
%ifnarch noarch
%if 0%{__isa_bits} == 64
USE_64=1
export USE_64
%endif
%endif
export NSS_BLTEST_NOT_AVAILABLE=1