mirror of
https://github.com/nmap/nmap.git
synced 2026-09-16 09:51:39 +00:00
Do not include dbus support in own libpcap. See #3165
This commit is contained in:
parent
9bd68008df
commit
9e0479b618
1 changed files with 1 additions and 0 deletions
|
|
@ -482,6 +482,7 @@ if test $have_libpcap = yes; then
|
|||
fi
|
||||
|
||||
if test $have_libpcap != yes; then
|
||||
ac_configure_args="$ac_configure_args '--disable-dbus'"
|
||||
AC_CONFIG_SUBDIRS(libpcap)
|
||||
if test "${LIBPCAP_INC+set}" = "set"; then
|
||||
CPPFLAGS="$CPPFLAGS -I$LIBPCAP_INC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue