From efcd599826dd95c65dcfe056dbabea043d4e8725 Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Wed, 27 Jul 2022 17:14:51 +0800 Subject: [PATCH] Removing smp_mflags to prevent build from failing (cherry picked from commit 78343f180c1a43db3ebcfb20a738a2836e7cf6d4) --- ldns.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index f5112cf..c0eae5f 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 - 1.8.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Removing smp_mflags to prevent build from failing + * Tue Apr 19 2022 gaihuiying - 1.8.1-1 - Type:bugfix - ID:NA