Disable parallel make so it builds

This commit is contained in:
Bastien Nocera 2009-07-17 17:56:04 +00:00
parent f782dbd1cb
commit 62c7b23b98

View File

@ -57,7 +57,9 @@ This package contains documentation for clutter.
%build
%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
rm -rf $RPM_BUILD_ROOT