From 5cbb32e9aad32d9e81df017de6cf53349cef3f85 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Mon, 9 May 2022 11:50:52 +0200 Subject: avoid "Macro expanded" warning, check is disabled anyway --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 90e5f171b..4e8d6d62b 100755 --- a/kernel.spec +++ b/kernel.spec @@ -188,7 +188,7 @@ Summary: The Linux kernel # Only build the debug kernel (--with dbgonly): %define with_dbgonly %{?_with_dbgonly: 1} %{?!_with_dbgonly: 0} # Control whether we perform a compat. check against published ABI. -#define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1} +%define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1} # Temporarily disable kabi checks until RC. %define with_kabichk 0 # Control whether we perform a compat. check against DUP ABI. -- cgit