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

Chris Johns chrisj at rtems.org
Tue Jul 21 06:58:31 UTC 2015


Module:    rtems-source-builder
Branch:    4.11
Commit:    4c491193bb8332d0d6c2f2386496bc6e3f5d3ce1
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=4c491193bb8332d0d6c2f2386496bc6e3f5d3ce1

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