Skip to content

Commit ed4e898

Browse files
committed
Use libbpf for the distro
1 parent 1304ee4 commit ed4e898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/glb-director-xdp/script/create-packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fpm -f -s dir -t deb \
4848
-n glb-director-xdp \
4949
-v ${GLB_DIRECTOR_XDP_VERSION} \
5050
-d "xdp-root-shim" \
51-
-d "libbpf0" \
51+
-d "libbpf1 | libbpf0" \
5252
-d "glb-director-cli >= ${GLB_DIRECTOR_VERSION}" \
5353
--conflicts 'glb-director' \
5454
--license 'BSD 3-Clause' \
@@ -67,7 +67,7 @@ fpm -f -s dir -t deb \
6767
fpm -f -s dir -t deb \
6868
-n xdp-root-shim \
6969
-v ${XDP_ROOT_SHIM_VERSION} \
70-
-d "libbpf0" \
70+
-d "libbpf1 | libbpf0" \
7171
--license 'BSD 3-Clause' \
7272
--maintainer 'GitHub <opensource+glb-director@github.com>' \
7373
--deb-systemd packaging/xdp-root-shim\@.service \

0 commit comments

Comments
 (0)