From 833b9bd4c8868af7f38788f2e4639539e9debf67 Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Wed, 25 May 2016 20:14:58 +0900 Subject: [PATCH] [3.0]Modify gbs build error which is caused by too many jobs defined by make option - gbs build error occurred with high posibility in server-side Change-Id: I3bdece49463355865bf062831c77006a7e1cfcbe --- packaging/dali.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/dali.spec b/packaging/dali.spec index 42012b0..26c6043 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -90,7 +90,8 @@ LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS; --enable-gles=%{target_gles_version} \ --infodir=%{_infodir} -make %{?jobs:-j%jobs} +#make %{?jobs:-j%jobs} +make ############################## # Installation -- 2.7.4