From a5f569909a6d98407daeccb8a9d4b65258e9bb3e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 13 Nov 2020 00:40:47 +0100 Subject: [PATCH] Switch to %mingw_make_{build,install} --- mingw-winpthreads.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index 43c6a77..47422f1 100644 --- a/mingw-winpthreads.spec +++ b/mingw-winpthreads.spec @@ -136,7 +136,7 @@ unzip %{S:0} %build pushd mingw-w64-libraries/winpthreads %mingw_configure - %mingw_make %{?smp_mflags} + %mingw_make_build popd @@ -162,7 +162,7 @@ rm -rf /tmp/wine-winpthreads %install pushd mingw-w64-libraries/winpthreads - %mingw_make install DESTDIR=$RPM_BUILD_ROOT + %mingw_make_install popd # Drop all .la files