1
0
forked from pool/libosmo-abis

ignore errors for bigendian

OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=30
This commit is contained in:
Jan Engelhardt 2017-10-02 23:01:46 +00:00 committed by Git OBS Bridge
parent b3e902c13c
commit d2557c4a1b

View File

@ -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