aboutsummaryrefslogtreecommitdiffstats
path: root/factor/msieve
diff options
context:
space:
mode:
Diffstat (limited to 'factor/msieve')
-rw-r--r--factor/msieve/msieve.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec
index 68cc406..776b539 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -22,7 +22,7 @@ latter has helped complete some of the largest public factorizations known.
%build
sed -i 's|-march=native||' Makefile
-make %{?_smp_mflags} all ECM=1 CC="gcc %{optflags} %{__global_ldflags}"
+%make_build all ECM=1 CC="gcc %{optflags} %{__global_ldflags}"
%install
@@ -41,7 +41,7 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir}
%changelog
* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-4
-- Use autosetup macro
+- Use autosetup and make_build macros
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-3
- Rebuilt for Fedora 27 and 28