mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
AF_XDP-example: Add -lpthread to linker invocation
Fixes #73. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
USER_TARGETS := xdpsock
|
||||
BPF_TARGETS := xdpsock_kern
|
||||
|
||||
LDLIBS += -lpthread
|
||||
LIB_DIR = ../lib
|
||||
|
||||
include $(LIB_DIR)/common.mk
|
||||
|
Reference in New Issue
Block a user