mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Do not include dbus support in own libpcap. See #3165
This commit is contained in:
@@ -482,6 +482,7 @@ if test $have_libpcap = yes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test $have_libpcap != yes; then
|
if test $have_libpcap != yes; then
|
||||||
|
ac_configure_args="$ac_configure_args '--disable-dbus'"
|
||||||
AC_CONFIG_SUBDIRS(libpcap)
|
AC_CONFIG_SUBDIRS(libpcap)
|
||||||
if test "${LIBPCAP_INC+set}" = "set"; then
|
if test "${LIBPCAP_INC+set}" = "set"; then
|
||||||
CPPFLAGS="$CPPFLAGS -I$LIBPCAP_INC"
|
CPPFLAGS="$CPPFLAGS -I$LIBPCAP_INC"
|
||||||
|
|||||||
Reference in New Issue
Block a user