From 7b0911ee43d08d8557315294ec21dffc87476175 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 21 Nov 2014 16:17:17 +0100 Subject: [PATCH] Fix issue if __isa_bits is not defined. --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 32a2f66..e846496 100644 --- a/samba.spec +++ b/samba.spec @@ -44,7 +44,7 @@ %endif %global libwbc_alternatives_suffix %nil -%if %{__isa_bits} == 64 +%if 0%{?__isa_bits} == 64 %global libwbc_alternatives_suffix -64 %endif