From 63b36d0346f460a1f03bc498e41afe3ddb6021d7 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Tue, 12 Oct 2021 07:33:42 +0200 Subject: enable debuginfo, but disable _missing_build_ids_terminate_build, as build fails otherwise --- kernel.spec | 4 ++-- 1 file 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} -- cgit