mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rtems/netsnmp: Disable SMP builds.
NetSNMP breaks building with extra jobs on fast hardware.
This commit is contained in:
parent
6444d5806d
commit
f936478ef9
@ -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}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user