From 626d53d18e3c1a6d37c60f9230241f121cd8dc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Sun, 10 Sep 2023 17:00:51 +0300 Subject: [PATCH] [packaging] Building in parallel works again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Bidar --- rpm/scratchbox2.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpm/scratchbox2.spec b/rpm/scratchbox2.spec index aab47adc..a835f5fc 100644 --- a/rpm/scratchbox2.spec +++ b/rpm/scratchbox2.spec @@ -42,8 +42,7 @@ Scratchbox2 man pages. ./autogen.sh %configure touch .configure -# Can't use %{?_smp_mflags} here: race condition in build system -%{__make} %{_make_output_sync} %{_make_verbose} +%make_build %install %__make install prefix=%{buildroot}/usr