git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f21319
)
pdump: fix missing dependency on libpthread
author
Panu Matilainen
<pmatilai@redhat.com>
Tue, 21 Jun 2016 08:11:48 +0000
(11:11 +0300)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 29 Jun 2016 11:33:01 +0000
(13:33 +0200)
Fixes:
278f945402c5
("pdump: add new library for packet capture")
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
lib/librte_pdump/Makefile
patch
|
blob
|
history
diff --git
a/lib/librte_pdump/Makefile
b/lib/librte_pdump/Makefile
index
14cd53e
..
166441a
100644
(file)
--- a/
lib/librte_pdump/Makefile
+++ b/
lib/librte_pdump/Makefile
@@
-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