From ebe1ac9e5eb9b26aa0d7676d411db3691716efa5 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 20 Oct 2022 06:09:30 +0200 Subject: [PATCH] disable bpf for now till we fix errors Signed-off-by: Toshaan Bharvani --- SPECS/kernel-6.0.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/kernel-6.0.spec b/SPECS/kernel-6.0.spec index 1c31e0a..fb85c57 100755 --- a/SPECS/kernel-6.0.spec +++ b/SPECS/kernel-6.0.spec @@ -21,7 +21,7 @@ # tools %define with_tools %{?_without_tools: 0} %{?!_without_tools: 1} # bpf tool -%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1} +%define without_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1} # bootwrapper %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}