From 0bd7ac85ae4f5f553a628e360d17a14dfe3685a9 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sat, 27 Aug 2016 22:17:54 +0200 Subject: [PATCH] try building on x32 as well --- sedutil.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sedutil.spec b/sedutil.spec index e985bfa..3a9fbcc 100644 --- a/sedutil.spec +++ b/sedutil.spec @@ -11,7 +11,7 @@ Source0: https://github.com/Drive-Trust-Alliance/sedutil/archive/%{version}.tar. Patch0: 44e144ae2b85dc541bd09945311a2030ab412e98.patch URL: https://github.com/Drive-Trust-Alliance/sedutil BuildRequires: libstdc++-devel -ExclusiveArch: %{ix86} %{x8664} +ExclusiveArch: %{ix86} %{x8664} x32 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -27,7 +27,7 @@ standard on BIOS machines. %build %{__make} -C linux/CLI \ -%ifarch %{x8664} +%ifarch %{x8664} x32 CONF=Release_x86_64 %else CONF=Release_i686 -- 2.44.0