From bb6a9b689b4e1649367563b6b2e1e69d2d842659 Mon Sep 17 00:00:00 2001 From: writings-of-prince-huainan <773945074@qq.com> Date: Mon, 29 Mar 2021 10:52:00 +0800 Subject: [PATCH] support parallel compilation --- erlang.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/erlang.spec b/erlang.spec index cbbe176..19419b5 100644 --- a/erlang.spec +++ b/erlang.spec @@ -11,7 +11,7 @@ %global __with_wxwidgets 1 Name: erlang Version: 21.3.3 -Release: 1 +Release: 2 Summary: General-purpose programming language and runtime environment License: ASL 2.0 URL: https://www.erlang.org @@ -627,14 +627,14 @@ pushd xemacs-erlang %{_xemacs_bytecompile} *.el popd %endif %{__with_xemacs} -make +make %{?_smp_mflags} %if %{with doc} %ifnarch ppc %{power64} export BASE_OPTIONS=-Xmx1024m %else export BASE_OPTIONS=-Xmx1536m %endif -make docs +make %{?_smp_mflags} docs %endif %install @@ -1723,5 +1723,8 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \ %endif %changelog +* Mon Mar 29 2021 weishengjing - 21.3.3-2 +- Support parallel compilation + * Mon Aug 24 2020 chengzihan - 21.3.3-1 - Package init -- Gitee