From 3ab3f1914f4d287c37408b587663aa7c624b311a Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 24 Oct 2022 09:22:24 +0800 Subject: [PATCH] use the macro make_build instead of make in build Signed-off-by: yixiangzhike --- apr.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apr.spec b/apr.spec index e572fc3..c576b2f 100644 --- a/apr.spec +++ b/apr.spec @@ -2,7 +2,7 @@ Name: apr Version: 1.7.0 -Release: 4 +Release: 5 Summary: Apache Portable Runtime. License: ASL 2.0 and BSD with advertising and ISC and BSD URL: http://apr.apache.org @@ -45,7 +45,7 @@ export ac_cv_search_shm_open=no %configure \ --includedir=%{_includedir}/%{name}-%{aprver} --with-installbuilddir=%{_libdir}/%{name}-%{aprver}/build \ --with-devrandom=/dev/urandom -make +%make_build %install rm -rf %{buildroot} @@ -99,6 +99,12 @@ make check %doc docs/incomplete_types docs/non_apr_programs %changelog +* Mon Oct 24 2022 yixiangzhike - 1.7.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:use the macro make_build instead of make in build + * Fri Dec 17 2021 yangzhuangzhuang - 1.7.0-4 - Type:bugfix - ID:NA -- Gitee