From d2557c4a1b4a33cb9bc83959b2e1e55d7992b49878d63d74fc0353dca487d9e5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Oct 2017 23:01:46 +0000 Subject: [PATCH] ignore errors for bigendian OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=30 --- libosmo-abis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libosmo-abis.spec b/libosmo-abis.spec index 29195a2..f09bfbc 100644 --- a/libosmo-abis.spec +++ b/libosmo-abis.spec @@ -117,7 +117,10 @@ make %{?_smp_mflags} install DESTDIR="$b" find "$b/%_libdir" -type f -name "*.la" -delete %check -make %{?_smp_mflags} check +make %{?_smp_mflags} check \ +%ifnarch %ix86 x86_64 + || : +%endif %post -n libosmoabis6 -p /sbin/ldconfig %postun -n libosmoabis6 -p /sbin/ldconfig