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:
parent
b3e902c13c
commit
d2557c4a1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user