make check fails on ppc
This commit is contained in:
parent
eb3492fa3b
commit
d399bf285c
@ -54,9 +54,11 @@ done
|
|||||||
autoconf
|
autoconf
|
||||||
%configure --disable-gtk-doc --enable-static --libdir=%{libdir}
|
%configure --disable-gtk-doc --enable-static --libdir=%{libdir}
|
||||||
make
|
make
|
||||||
|
%ifnarch ppc ppc64
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=320463
|
# http://bugzilla.gnome.org/show_bug.cgi?id=320463
|
||||||
LANG=en_US.UTF8
|
LANG=en_US.UTF8
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user