summaryrefslogtreecommitdiffstats
path: root/rules/nmap.in
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-03-22 14:23:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-24 17:27:07 +0100
commit454b612c5e97bd47bbb73ad23ad5e5977dc51d62 (patch)
tree3887c98b4f151ed9e6d7d627bced216e3721358e /rules/nmap.in
parentafb9a3f23003abf85671b72f65cbf6ad055fcd9c (diff)
downloadptxdist-454b612c5e97bd47bbb73ad23ad5e5977dc51d62.tar.gz
ptxdist-454b612c5e97bd47bbb73ad23ad5e5977dc51d62.tar.xz
nmap: version bump: 5.51 -> 7.70
configure_helper criticize --with-libnbase=DIR, --with-libnsock=DIR and --with-apr=PATH. There is nothing I can pass to the first two to explicitly request using the in-tree libs. APR is only needed when also using --with-nmap-update, which we don't have and --without-apr is broken. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/nmap.in')
-rw-r--r--rules/nmap.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/nmap.in b/rules/nmap.in
index 3d08b40e3..0082c5edf 100644
--- a/rules/nmap.in
+++ b/rules/nmap.in
@@ -3,10 +3,8 @@ menuconfig NMAP
tristate
prompt "nmap "
select OPENSSL if NMAP_OPENSSL
- select OPENSSL
select LIBPCRE
select LIBPCAP
- select GCCLIBS_CXX
help
Nmap ("Network Mapper") is a utility for network exploration
or security auditing. Many systems and network administrators