From dfd8e4f74cc9afed9066b416f5198bad1a7531b8 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 15 Sep 2020 23:29:05 +0000 Subject: [PATCH] Fix a config issue with LGTM (libverbs not linked in libpcap) --- .lgtm.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index 78d3cc820..5690730b1 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -17,3 +17,10 @@ extraction: python: python_setup: version: 2 + cpp: + prepare: + packages: + - libssl-dev + configure: + command: + - ./configure --with-liblua=included --with-libpcap=included --disable-rdma