summaryrefslogtreecommitdiffstats
path: root/kernel.spec
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:51:03 +0200
commit5cbb32e9aad32d9e81df017de6cf53349cef3f85 (patch)
treecd2ee44362de33156ea9c716c24dfc7a7fb9a092 /kernel.spec
parent2ac0f386a24e3a78f883ea60ffdf5490490b0b57 (diff)
downloadkernel-5cbb32e9aad32d9e81df017de6cf53349cef3f85.tar.gz
kernel-5cbb32e9aad32d9e81df017de6cf53349cef3f85.tar.xz
kernel-5cbb32e9aad32d9e81df017de6cf53349cef3f85.zip
avoid "Macro expanded" warning, check is disabled anyway
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec2
1 files changed, 1 insertions, 1 deletions
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.