Disable parallel make so it builds
This commit is contained in:
parent
f782dbd1cb
commit
62c7b23b98
@ -57,7 +57,9 @@ This package contains documentation for clutter.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc --enable-introspection
|
%configure --enable-gtk-doc --enable-introspection
|
||||||
make %{?_smp_mflags} XDG_DATA_DIRS=`pwd`/clutter/json
|
make
|
||||||
|
# FIXME parallel make is disabled for now
|
||||||
|
#make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user