Skip to content

Commit

Permalink
libxdp: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
git-bruh committed Mar 20, 2024
1 parent 288cfe9 commit 0fbe57d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions community/libxdp/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh -e

export PRODUCTION=1
export DYNAMIC_LIBXDP=1
export FORCE_SYSTEM_LIBBPF=1
export PREFIX="/usr"

./configure

make
make DESTDIR="$1" install
1 change: 1 addition & 0 deletions community/libxdp/checksums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a0adc5f44be3e8e6f4fec75ed6d37d4be8a16fe00aee3dc8c6fbaa65517f510445
6 changes: 6 additions & 0 deletions community/libxdp/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clang
libbpf
libelf
libpcap
linux-headers
llvm
1 change: 1 addition & 0 deletions community/libxdp/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/xdp-project/xdp-tools/releases/download/v1.4.2/xdp-tools-1.4.2.tar.gz
1 change: 1 addition & 0 deletions community/libxdp/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.2 1

0 comments on commit 0fbe57d

Please sign in to comment.