From a604fd9e2f91864cce97555051c9b500b2a09344 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Wed, 22 Mar 2017 14:23:34 +0900 Subject: [PATCH] Enable parallel build again Change-Id: Iec8809fb72c5b4c6bf9ca10f528a5e471189a9a4 --- packaging/dali.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/dali.spec b/packaging/dali.spec index 1a74661..197abca 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -112,8 +112,7 @@ LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS; %endif --infodir=%{_infodir} -#make %{?jobs:-j%jobs} -make +make %{?jobs:-j%jobs} ############################## # Installation -- 2.7.4