mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
nmap: fix compilation with libcxx
Missing headers and confusion between std::bind and bind. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Nuno Goncalves
parent
96521b6a8d
commit
7744104b74
+1
-1
@@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nmap
|
||||
PKG_VERSION:=7.70
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user