1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Do not include dbus support in own libpcap. See #3165

This commit is contained in:
nnposter
2025-08-31 02:51:18 +00:00
parent 9bd68008df
commit 9e0479b618

View File

@@ -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"