config: NTP build fails with too many jobs.

Do not use any jobs to build NTP.
This commit is contained in:
Chris Johns 2014-06-15 21:36:15 +12:00
parent 912596d5fd
commit 72aab85bc6

View File

@ -48,7 +48,9 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--disable-ipv6 \
--disable-HOPFPCI
%{__make} %{?_smp_mflags} all
# NTP does not build on sync.rtems.org with jobs
# %{__make} %{?_smp_mflags} all
%{__make} all
cd ${build_top}