From 161f7cb9e254417e13a6e31190591b2e95f3180d Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Apr 13 2017 16:30:36 +0000 Subject: Work around: error: /builddir/build/SPECS/american-fuzzy-lop.spec:28: bad %if condition --- diff --git a/american-fuzzy-lop.spec b/american-fuzzy-lop.spec index 284c870..d699f0b 100644 --- a/american-fuzzy-lop.spec +++ b/american-fuzzy-lop.spec @@ -25,7 +25,7 @@ BuildRequires: llvm-devel Requires: gcc %global afl_helper_path %{_libdir}/afl -%if %{__isa_bits} == 32 +%if 0%{?__isa_bits} == 32 %global llvm_config %{_bindir}/llvm-config-32 %else %global llvm_config %{_bindir}/llvm-config-64