rtems/netsnmp: Disable SMP builds.

NetSNMP breaks building with extra jobs on fast hardware.
This commit is contained in:
Chris Johns 2015-07-20 14:09:24 +10:00
parent 6444d5806d
commit f936478ef9

View File

@ -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}