From 76155709657b5685c9dc1e06c9a3968b8710faae Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 22 Dec 2022 13:48:48 -0600 Subject: Change make line for tools/vm to work around build issue Signed-off-by: Justin M. Forbes --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 341340116..39a06d6cc 100755 --- a/kernel.spec +++ b/kernel.spec @@ -2340,7 +2340,7 @@ pushd tools/gpio/ popd # build VM tools pushd tools/vm/ -%{tools_make} CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" slabinfo page_owner_sort +%{tools_make} slabinfo page_owner_sort popd pushd tools/tracing/rtla %{tools_make} -- cgit