Allow building BPF on all archs

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Mauro Carvalho Chehab 2018-12-17 11:52:07 -02:00
parent 1e76f70f4c
commit 470159b749

View File

@ -19,11 +19,7 @@ BuildRequires: systemd-devel
# BPF decoder dependencies
%ifarch i686 x86_64
%define with_bpf 1
%else
%define with_bpf 0
%endif
%if %{with_bpf}
BuildRequires: elfutils-libelf-devel clang