This commit is contained in:
parent
cc4f08ee9d
commit
5907b2516b
@ -67,7 +67,12 @@ The main characteristics of PPLite:
|
|||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
if ! %make_build check; then
|
||||||
|
%ifnarch ppc64le
|
||||||
|
exit 1
|
||||||
|
%endif
|
||||||
|
:
|
||||||
|
fi
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user