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 7385feb274
commit 4c491193bb

View File

@ -62,7 +62,10 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--disable-ipv6 \ --disable-ipv6 \
--with-defaults --with-defaults
%{__make} %{?_smp_mflags} all #
# NetSNMP fails to build when make runs parallel jobs
#
%{__make} all
cd ${build_top} cd ${build_top}