Skip to content

Commit

Permalink
fix: link aw-bpfctl with json-c library for JSON support
Browse files Browse the repository at this point in the history
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Feb 4, 2025
1 parent eeb68ec commit 84d9b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ebpf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_executable(aw-bpfctl aw-bpfctl.c)
target_link_libraries(aw-bpfctl PRIVATE bpf)
target_link_libraries(aw-bpfctl PRIVATE bpf json-c)

install(TARGETS aw-bpfctl
RUNTIME DESTINATION bin
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

#ifndef _VERSION_
#define _VERSION_
#define VERSION "8.02.2367"
#define VERSION "8.02.2374"
#endif

0 comments on commit 84d9b39

Please sign in to comment.