From ae2e9792294d61153af41ecb81caad0510e6b4fd Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Nov 21 2019 23:42:33 +0000 Subject: build on armhfp --- diff --git a/SPECS/libiscsi.spec b/SPECS/libiscsi.spec index 979fa4e..722772c 100644 --- a/SPECS/libiscsi.spec +++ b/SPECS/libiscsi.spec @@ -51,7 +51,11 @@ a network. %build sh autogen.sh +%ifarch %{arm} +%configure --libdir=%{libiscsi_libdir} --disable-werror +%else %configure --libdir=%{libiscsi_libdir} +%endif make %{?_smp_mflags} %install