pdump: fix missing dependency on libpthread
Fixes: 278f945402
("pdump: add new library for packet capture")
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
parent
4f213197ef
commit
8b1a26d226
@ -36,6 +36,7 @@ LIB = librte_pdump.a
|
||||
|
||||
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
|
||||
CFLAGS += -D_GNU_SOURCE
|
||||
LDLIBS += -lpthread
|
||||
|
||||
EXPORT_MAP := rte_pdump_version.map
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user