force to -j1 to see if this helps the build
This commit is contained in:
parent
9d252f05c0
commit
4d8ece2e6e
@ -133,11 +133,13 @@ export PREFIX='%{_prefix}'
|
||||
export LIBDIR='%{_libdir}'
|
||||
|
||||
MOZ_SMP_FLAGS=-j1
|
||||
%if 0
|
||||
%ifnarch ppc ppc64 s390 s390x
|
||||
[ -z "$RPM_BUILD_NCPUS" ] && \
|
||||
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
|
||||
[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
|
||||
%endif
|
||||
%endif
|
||||
|
||||
INTERNAL_GECKO=%{internal_version}
|
||||
MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
|
||||
|
Loading…
Reference in New Issue
Block a user