Change the test to %if 0%{__isa_bits} == 64 as required in fedora

- As done in the patch contributed by Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
- Resolves: Bug 1258425 - Use __isa_bits macro instead of list of 64-bit architectures
This commit is contained in:
Elio Maldonado 2015-11-14 11:32:57 -08:00
parent 0a91ce3fe8
commit 69b02be530
1 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ export NSS_USE_SYSTEM_SQLITE
# TODO: Investigate as there may be a better solution
export NSS_DISABLE_GTESTS=1
%if %{__isa_bits} == 64
%if 0%{__isa_bits} == 64
USE_64=1
export USE_64
%endif
@ -403,7 +403,7 @@ export FREEBL_NO_DEPEND
BUILD_OPT=1
export BUILD_OPT
%if %{__isa_bits} == 64
%if 0%{__isa_bits} == 64
USE_64=1
export USE_64
%endif