From 5a9fcb4b101e414c67397684b7a9178fff0595e9 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 13 Jan 2022 12:08:33 +0900 Subject: [PATCH] Change make_build rpm macro Change-Id: I20b30143a47f5ec1303cb25234de59d2f68de7e7 --- packaging/intltool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/intltool.spec b/packaging/intltool.spec index 3bdb321..a118447 100644 --- a/packaging/intltool.spec +++ b/packaging/intltool.spec @@ -29,7 +29,7 @@ cp %{SOURCE1001} . %build %configure -%make_build +%{__make} %{?_smp_mflags} %check # make check -- 2.7.4