From 3bef2c00da69b200a9afccea5a4a4977301f067d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 1 Mar 2023 19:56:36 +0100 Subject: [PATCH] - fixed x32 condition (arch is noarch, need to check _host_cpu) --- xorg-data-xbitmaps.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-data-xbitmaps.spec b/xorg-data-xbitmaps.spec index ff5c800..e7f7d24 100644 --- a/xorg-data-xbitmaps.spec +++ b/xorg-data-xbitmaps.spec @@ -34,7 +34,7 @@ Bitmapy współdzielone między aplikacjami X. %{__autoheader} %{__automake} %configure \ -%ifnarch x32 +%if "%{_host_cpu}" != "x32" --host=%{_host} \ --build=%{_host} \ %endif -- 2.44.0