Skip to content

Commit d0c50bc

Browse files
committed
redhat/spec: Add libxml2-devel dependency for selftests build
JIRA: https://issues.redhat.com/browse/RHEL-48593 Upstream status: RHEL-only The BPF selftests build requires libxml2. Signed-off-by: Viktor Malik <vmalik@redhat.com>
1 parent d12fcda commit d0c50bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redhat/kernel.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ BuildRequires: clang llvm-devel fuse-devel
736736
%ifarch x86_64 riscv64
737737
BuildRequires: lld
738738
%endif
739-
BuildRequires: libcap-devel libcap-ng-devel rsync libmnl-devel
739+
BuildRequires: libcap-devel libcap-ng-devel rsync libmnl-devel libxml2-devel
740740
BuildRequires: numactl-devel
741741
%endif
742742
BuildConflicts: rhbuildsys(DiskFree) < 500Mb

0 commit comments

Comments
 (0)