Skip to content

Commit 1df031b

Browse files
author
fyodor
committed
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.
1 parent 41dadae commit 1df031b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

configure

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,10 @@ Optional Packages:
14271427
and DIR/lib.
14281428
--with-libpcre=included Always use the version included with Nmap
14291429
--with-libdnet=DIR Use an existing (compiled) dnet lib from DIR/include
1430-
and DIR/lib.
1430+
and DIR/lib. This is NOT RECOMMENDED because we have
1431+
made many important fixes to libdnet, as described
1432+
at
1433+
http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
14311434
--with-libdnet=included Use the libdnet version included with Nmap (default)
14321435
--with-liblua=DIR Use an existing (compiled) lua lib from DIR/include
14331436
and DIR/lib.
@@ -7774,7 +7777,8 @@ LIBDNETDIR=libdnet-stripped
77747777
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
77757778
# copy of libdnet. That is, with the other libraries we check for a system
77767779
# version by default, whereas with dnet we use the local version unless
7777-
# specifically asked to use a system version.
7780+
# specifically asked to use a system version. This is because we have
7781+
# made many improvements and fixes to our version od dnet.
77787782
77797783
# Check whether --with-libdnet was given.
77807784
if test "${with_libdnet+set}" = set; then

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,10 @@ LIBDNETDIR=libdnet-stripped
464464
# Unlike the other included libraries (pcap, pcre, lua), we prefer our local
465465
# copy of libdnet. That is, with the other libraries we check for a system
466466
# version by default, whereas with dnet we use the local version unless
467-
# specifically asked to use a system version.
467+
# specifically asked to use a system version. This is because we have
468+
# made many improvements and fixes to our version od dnet.
468469
AC_ARG_WITH(libdnet,
469-
AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib.])
470+
AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib. This is NOT RECOMMENDED because we have made many important fixes to our included libdnet, as described at http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS])
470471
AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with Nmap (default)]),
471472
[ case "$with_libdnet" in
472473
yes)

0 commit comments

Comments
 (0)