Removing smp_mflags to prevent build from failing

(cherry picked from commit 78343f180c1a43db3ebcfb20a738a2836e7cf6d4)
This commit is contained in:
sherlock2010 2022-07-27 17:14:51 +08:00 committed by openeuler-sync-bot
parent fc9e78921f
commit efcd599826

View File

@ -29,7 +29,7 @@
Name: ldns
Version: 1.8.1
Release: 1
Release: 2
Summary: Low-level DNS(SEC) library with API
License: BSD
@ -181,7 +181,8 @@ pushd %{pkgname}
--with-pyldns PYTHON=%{__python3}
%endif
make %{?_smp_mflags}
# Removing smp_mflags to prevent build from failing
make
make %{?_smp_mflags} doc
%if %{with perl}
@ -270,6 +271,12 @@ rm -rf doc/man
%endif
%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
- Type:bugfix
- ID:NA