1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a config issue with LGTM (libverbs not linked in libpcap)

This commit is contained in:
dmiller
2020-09-15 23:29:05 +00:00
parent 7375c0520d
commit dfd8e4f74c

View File

@@ -17,3 +17,10 @@ extraction:
python: python:
python_setup: python_setup:
version: 2 version: 2
cpp:
prepare:
packages:
- libssl-dev
configure:
command:
- ./configure --with-liblua=included --with-libpcap=included --disable-rdma