summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-10-12 07:33:42 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-10-12 07:33:42 +0200
commit63b36d0346f460a1f03bc498e41afe3ddb6021d7 (patch)
tree8089412e4a63bea3f290b59663313df6c10b3d2e
parenta2c76c6687fdbc3bdedababb72785b6eee76c818 (diff)
downloadkernel-63b36d0346f460a1f03bc498e41afe3ddb6021d7.tar.gz
kernel-63b36d0346f460a1f03bc498e41afe3ddb6021d7.tar.xz
kernel-63b36d0346f460a1f03bc498e41afe3ddb6021d7.zip
enable debuginfo, but disable _missing_build_ids_terminate_build, as build fails otherwisekernel-5.15.0-0.rc5.39.vanilla.1.fc35
-rwxr-xr-xkernel.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 0cd742c87..f1048cfc2 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -170,7 +170,7 @@ Summary: The Linux kernel
# bpf tool
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
# kernel-debuginfo
-%define with_debuginfo %{?_with_debuginfo: 1} %{?!_with_debuginfo: 0}
+%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
# kernel-abi-stablelists
%define with_kernel_abi_stablelists %{?_without_kernel_abi_stablelists: 0} %{?!_without_kernel_abi_stablelists: 1}
# internal samples and selftests
@@ -633,7 +633,7 @@ BuildConflicts: dwarves < 1.13
%undefine _debugsource_packages
%undefine _debuginfo_subpackages
%global _find_debuginfo_opts -r
-%global _missing_build_ids_terminate_build 1
+%global _missing_build_ids_terminate_build 0
%global _no_recompute_build_ids 1
%endif
%if %{with_kabidwchk} || %{with_kabidw_base}