nmap: fix build issue (#30429)
This commit is contained in:
parent
dfdbd1151d
commit
654a07d642
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ class Nmap(AutotoolsPackage):
|
|||
def configure_args(self):
|
||||
args = []
|
||||
|
||||
# https://github.com/nmap/nmap/issues/2144
|
||||
args.append("--disable-rdma")
|
||||
|
||||
args += self.with_or_without('liblua')
|
||||
args += self.with_or_without('ncat')
|
||||
args += self.with_or_without('ndiff')
|
||||
|
|
Loading…
Reference in a new issue