From 4b789407444da6d94ff6e99a66d9d4dd74402fe013200823b31c27d0152b816e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 11 Aug 2019 12:27:44 +0000 Subject: [PATCH] Accepting request 720450 from home:marxin:branches:security:netfilter - Use %make_build. OBS-URL: https://build.opensuse.org/request/show/720450 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=176 --- iproute2.changes | 5 +++++ iproute2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/iproute2.changes b/iproute2.changes index 31f200d..75cc75c 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 07:02:32 UTC 2019 - Martin Liška + +- Use %make_build. + ------------------------------------------------------------------- Thu Jul 18 07:39:53 UTC 2019 - Michal Kubeček diff --git a/iproute2.spec b/iproute2.spec index 03d0eff..29b5b6f 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -101,7 +101,7 @@ find . -name *.orig -delete # https://bugzilla.novell.com/show_bug.cgi?id=388021 xt_libdir="$(pkg-config xtables --variable=xtlibdir)" xt_cflags="$(pkg-config xtables --cflags)" -make %{?_smp_mflags} CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags" +%make_build CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags" %install b="%buildroot"