disable parallel make for now, there's a race...

Signed-off-by: Jarod Wilson <jarod@redhat.com>
epel8
Jarod Wilson 15 years ago
parent 2b9bd2117f
commit b2d8095dea

@ -189,7 +189,9 @@ chmod +x daemons/input_map.sh
%endif
--with-syslog=LOG_DAEMON \
--with-driver=userspace
make %{?_smp_mflags}
#make %{?_smp_mflags}
# There's a parallel make race failure here somewhere that needs to be sorted.
make
%install
rm -rf $RPM_BUILD_ROOT __docs

Loading…
Cancel
Save