dbus: bump to version 1.10.14
[buildroot-gz.git] / package / nmap / Config.in
blob79f587afd1078810b7f1287b76f13c870c7d288e
1 config BR2_PACKAGE_NMAP
2         bool "nmap"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         select BR2_PACKAGE_LIBPCAP
7         select BR2_PACKAGE_PCRE
8         help
9           Nmap ("Network Mapper") is a free and open source (license)
10           utility for network discovery and security auditing.
12           http://nmap.org
14 comment "nmap needs a toolchain w/ C++, threads"
15         depends on BR2_USE_MMU
16         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)