diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-08-24 14:45:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 14:45:04 +0200 |
commit | b94e13da435af8bb0049eb09f71a1dba57ce9f46 (patch) | |
tree | 65aca2a8734722d6387f169c6b74ba236951836a /example | |
parent | b8307eb85513cd613f365efe44d22bcbddc17ae0 (diff) | |
parent | 97b80a8838a5187163eef3a54a711a8c0cee8742 (diff) |
Merge pull request #991 from IvanNardi/quic2
QUIC: minor fixes
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.dpdk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.dpdk.in b/example/Makefile.dpdk.in index 85c64a1d4..8c452ae79 100644 --- a/example/Makefile.dpdk.in +++ b/example/Makefile.dpdk.in @@ -21,7 +21,7 @@ SRCS-y := reader_util.c intrusion_detection.c ndpiReader.c CFLAGS += -g CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-unused-parameter -I $(PWD)/../src/include @CFLAGS@ -DUSE_DPDK -LDLIBS = $(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@ +LDLIBS = $(LIBNDPI) @PCAP_LIB@ @LIBS@ -lpthread -lm @LDFLAGS@ include $(RTE_SDK)/mk/rte.extapp.mk |