!14 [sync] PR-13: Removing smp_mflags to prevent build from failing

From: @openeuler-sync-bot 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2022-07-28 08:11:21 +00:00 committed by Gitee
commit f2fb5380d4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -29,7 +29,7 @@
Name: ldns Name: ldns
Version: 1.8.1 Version: 1.8.1
Release: 1 Release: 2
Summary: Low-level DNS(SEC) library with API Summary: Low-level DNS(SEC) library with API
License: BSD License: BSD
@ -181,7 +181,8 @@ pushd %{pkgname}
--with-pyldns PYTHON=%{__python3} --with-pyldns PYTHON=%{__python3}
%endif %endif
make %{?_smp_mflags} # Removing smp_mflags to prevent build from failing
make
make %{?_smp_mflags} doc make %{?_smp_mflags} doc
%if %{with perl} %if %{with perl}
@ -270,6 +271,12 @@ rm -rf doc/man
%endif %endif
%changelog %changelog
* Wed Jul 27 2022 zhouyihang <zhouyihang3@h-partners.com> - 1.8.1-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Removing smp_mflags to prevent build from failing
* Tue Apr 19 2022 gaihuiying <eaglegai@163.com> - 1.8.1-1 * Tue Apr 19 2022 gaihuiying <eaglegai@163.com> - 1.8.1-1
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA