[rtems-source-builder commit] rtems/netsnmp: Disable SMP builds.

Chris Johns chrisj at rtems.org
Mon Jul 20 04:10:09 UTC 2015


Module:    rtems-source-builder
Branch:    master
Commit:    f936478ef992c847d8ed8c278f5935cf99ea5525
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=f936478ef992c847d8ed8c278f5935cf99ea5525

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Jul 20 14:09:24 2015 +1000

rtems/netsnmp: Disable SMP builds.

NetSNMP breaks building with extra jobs on fast hardware.

---

 source-builder/config/net-snmp-5-1.cfg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/source-builder/config/net-snmp-5-1.cfg b/source-builder/config/net-snmp-5-1.cfg
index b80afb8..cf85e19 100644
--- a/source-builder/config/net-snmp-5-1.cfg
+++ b/source-builder/config/net-snmp-5-1.cfg
@@ -62,7 +62,10 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
     --disable-ipv6 \
     --with-defaults
 
-  %{__make} %{?_smp_mflags} all
+  #
+  # NetSNMP fails to build when make runs parallel jobs
+  #
+  %{__make} all
 
   cd ${build_top}
 



More information about the vc mailing list