mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
Note in configure --help that the --with-libdnet=DIR configure option is NOT RECOMMENDED since we include many important fixes in our version; regenerated configure script.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -1427,7 +1427,10 @@ Optional Packages:
|
||||
and DIR/lib.
|
||||
--with-libpcre=included Always use the version included with Nmap
|
||||
--with-libdnet=DIR Use an existing (compiled) dnet lib from DIR/include
|
||||
and DIR/lib.
|
||||
and DIR/lib. This is NOT RECOMMENDED because we have
|
||||
made many important fixes to libdnet, as described
|
||||
at
|
||||
http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
|
||||
--with-libdnet=included Use the libdnet version included with Nmap (default)
|
||||
--with-liblua=DIR Use an existing (compiled) lua lib from DIR/include
|
||||
and DIR/lib.
|
||||
@@ -7774,7 +7777,8 @@ LIBDNETDIR=libdnet-stripped
|
||||
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
|
||||
# copy of libdnet. That is, with the other libraries we check for a system
|
||||
# version by default, whereas with dnet we use the local version unless
|
||||
# specifically asked to use a system version.
|
||||
# specifically asked to use a system version. This is because we have
|
||||
# made many improvements and fixes to our version od dnet.
|
||||
|
||||
# Check whether --with-libdnet was given.
|
||||
if test "${with_libdnet+set}" = set; then
|
||||
|
||||
Reference in New Issue
Block a user