From 734e24e1b21732090fa8df3d614e014776ad6dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Thu, 24 Jul 2014 16:08:28 +0200 Subject: [PATCH] disable _smp_mflags for a while- build failure --- coreutils.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index ae8d7f6..269b26b 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -170,7 +170,9 @@ automake --copy --add-missing # Regenerate manpages touch man/*.x -make all %{?_smp_mflags} +make all +#recent build is broken with smp_mflags, have to investigate +#%{?_smp_mflags} # XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi