Removing smp_mflags to prevent build from failing
(cherry picked from commit 78343f180c1a43db3ebcfb20a738a2836e7cf6d4)
This commit is contained in:
parent
fc9e78921f
commit
efcd599826
11
ldns.spec
11
ldns.spec
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user