about summary refs log tree commit diff
path: root/contrib/debian/REQUIRED_PACKAGES
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/debian/REQUIRED_PACKAGES')
-rwxr-xr-xcontrib/debian/REQUIRED_PACKAGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES
index 68f62570..a4fb8985 100755
--- a/contrib/debian/REQUIRED_PACKAGES
+++ b/contrib/debian/REQUIRED_PACKAGES
@@ -43,6 +43,7 @@ install \
     iproute2 \
     iptables \
     libaudit-dev \
+    libbpf-dev \
     libcurl4-gnutls-dev \
     libdbus-1-dev \
     libgirepository1.0-dev \
@@ -80,6 +81,16 @@ install \
     \
     #end
 
+# bpftool is a virtual package on Ubuntu 22.04 and 24.04 (provided by
+# linux-tools-*), with no install candidate. Install it where a candidate
+# exists (Debian, Fedora, Ubuntu 25.04+) and skip it otherwise. It only
+# builds the CLAT skeleton, and CLAT needs libndp >= 1.9, which those images
+# lack (they ship 1.8), so their builds run with clat off and never use it.
+install_ignore_missing \
+    bpftool \
+    \
+    #end
+
 install_ignore_missing \
     python-setuptools \
     policykit-1 \