[gpsd] disable parallel build

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Aug 30 13:13:18 UTC 2011


commit c1bdb5e1ba004850baa88ada6e7cc2c4432df3fc
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Aug 30 15:11:32 2011 +0200

    disable parallel build

 gpsd.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gpsd.spec b/gpsd.spec
index 1395009..d4b8c93 100644
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -78,7 +78,8 @@ echo '#define REVISION "release-%{version}-%{release}"' > revision.h
 
 %build
 export CCFLAGS="%{optflags}"
-scons %{_smp_mflags} \
+# breaks with %{_smp_mflags}
+scons \
 	dbus=yes \
 	systemd=yes \
 	libQgpsmm=no \


More information about the scm-commits mailing list