diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-17 07:59:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-10-17 07:59:50 +0200 |
commit | 288d917b7c87b9a328220c8e978f2952fc7dbc32 (patch) | |
tree | c3af0e90cac85c4b69986e6bea10127d8beafe02 /debian/control | |
parent | b147c020bae07cc58bd9ec96b781e79b732c102b (diff) | |
download | vyos-1x-288d917b7c87b9a328220c8e978f2952fc7dbc32.tar.gz vyos-1x-288d917b7c87b9a328220c8e978f2952fc7dbc32.zip |
xdp: T4284: libbpf-dev/libbpf0 is only available for VyOS on amd64
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d26b9689b..0ed8f85c4 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: gcc-multilib [amd64], clang [amd64], llvm [amd64], - libbpf-dev, + libbpf-dev [amd64], libelf-dev (>= 0.2) [amd64], libpcap-dev [amd64], build-essential, @@ -77,7 +77,7 @@ Depends: lcdproc, lcdproc-extra-drivers, libatomic1, - libbpf0, + libbpf0 [amd64], libcharon-extra-plugins (>=5.9), libcharon-extauth-plugins (>=5.9), libndp-tools, |