From c3b644567125c518dea77b9b2644c4db2ecc9a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 24 Jan 2020 04:38:17 +0000 Subject: [PATCH] Fix __isa_bits macro --- fakechroot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fakechroot.spec b/fakechroot.spec index 9bed8b2..4b9eb79 100644 --- a/fakechroot.spec +++ b/fakechroot.spec @@ -37,7 +37,7 @@ chmod -x scripts/{relocatesymlinks,restoremode,savemode}.sh %build autoreconf -vfi -%if %{__isa_bits} == 64 +%if 0%{__isa_bits} == 64 %configure --disable-static --disable-silent-rules --with-libpath="%{_libdir}/fakechroot:/usr/lib/fakechroot" %else %configure --disable-static --disable-silent-rules --with-libpath="%{_libdir}/fakechroot"