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:
parent
0a91ce3fe8
commit
69b02be530
4
nss.spec
4
nss.spec
@ -292,7 +292,7 @@ export NSS_USE_SYSTEM_SQLITE
|
|||||||
# TODO: Investigate as there may be a better solution
|
# TODO: Investigate as there may be a better solution
|
||||||
export NSS_DISABLE_GTESTS=1
|
export NSS_DISABLE_GTESTS=1
|
||||||
|
|
||||||
%if %{__isa_bits} == 64
|
%if 0%{__isa_bits} == 64
|
||||||
USE_64=1
|
USE_64=1
|
||||||
export USE_64
|
export USE_64
|
||||||
%endif
|
%endif
|
||||||
@ -403,7 +403,7 @@ export FREEBL_NO_DEPEND
|
|||||||
BUILD_OPT=1
|
BUILD_OPT=1
|
||||||
export BUILD_OPT
|
export BUILD_OPT
|
||||||
|
|
||||||
%if %{__isa_bits} == 64
|
%if 0%{__isa_bits} == 64
|
||||||
USE_64=1
|
USE_64=1
|
||||||
export USE_64
|
export USE_64
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user