Allow only one make thread

This commit is contained in:
Jan Horak 2009-03-03 16:12:30 +00:00
parent 0a559fd2f0
commit a20fc6c1f3

View File

@ -115,6 +115,7 @@ export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'
%define moz_make_flags -j1
#%ifarch ppc ppc64 s390 s390x
#%define moz_make_flags -j1
#%else