Skip to content

Commit

Permalink
add libbsd as a requirement to app/meson.build for Ubuntu 22.04.4
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wiles <[email protected]>
  • Loading branch information
KeithWiles committed May 30, 2024
1 parent 5d67384 commit f53800d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.05.4
24.05.5
1 change: 1 addition & 0 deletions app/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ deps += [dependency('numa', required: true)]
deps += [dependency('pcap', required: true)]
deps += [cc.find_library('dl', required: false)]
deps += [cc.find_library('m', required: false)]
deps += [cc.find_library('bsd', required: true)]

pktgen = executable('pktgen',
sources,
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pktgen-DPDK - Traffic Generator powered by DPDK
** (Pktgen) Sounds like 'Packet-Gen'**

**=== Modifications ===**
- 24.05.5 - Add a requirement for libbsd to app/meson.build Ubuntu 22.04.4
- 24.05.4 - Update docs to install BSD headers.
- 24.05.3 - Fix single port case causing a segfault.
- 24.05.2 - Make fgen requirement optional, which removes pktperf example.
Expand Down

0 comments on commit f53800d

Please sign in to comment.