From 72aab85bc601743bb1288b558249f585fdab31c9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 15 Jun 2014 21:36:15 +1200 Subject: [PATCH] config: NTP build fails with too many jobs. Do not use any jobs to build NTP. --- source-builder/config/ntp-4-1.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source-builder/config/ntp-4-1.cfg b/source-builder/config/ntp-4-1.cfg index 5347e83..d8e2ba5 100644 --- a/source-builder/config/ntp-4-1.cfg +++ b/source-builder/config/ntp-4-1.cfg @@ -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}