From 7562cf5262316e51f363f6b85befe22d2aa6bf12 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Jul 2013 14:08:14 +0100 Subject: [PATCH] Unset MAKEFLAGS. --- unison240.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unison240.spec b/unison240.spec index b54329b..dbd07e2 100644 --- a/unison240.spec +++ b/unison240.spec @@ -95,6 +95,9 @@ cp -a %{SOURCE2} unison-manual.html %build +# MAKEFLAGS=-j breaks the build. +unset MAKEFLAGS + make NATIVE=true UISTYLE=gtk2 THREADS=true