mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a config issue with LGTM (libverbs not linked in libpcap)
This commit is contained in:
parent
7375c0520d
commit
dfd8e4f74c
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue