summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-05-09 11:50:52 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-05-09 11:50:52 +0200
commitb91273970e182afce6e8f275f1cd47071e51730e (patch)
tree8e4e73306fb5653cf89411716d123d2db11aa411
parentada7111472ad370d1f54f3490ca041c3b40f27ef (diff)
downloadkernel-b91273970e182afce6e8f275f1cd47071e51730e.tar.gz
kernel-b91273970e182afce6e8f275f1cd47071e51730e.tar.xz
kernel-b91273970e182afce6e8f275f1cd47071e51730e.zip
avoid "Macro expanded" warning, check is disabled anyway
-rwxr-xr-xkernel.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 981ff26c7..b6cfb4da7 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.