From 9e0479b618c0fb4a9023f26ec884414208ff5eba Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 31 Aug 2025 02:51:18 +0000 Subject: [PATCH] Do not include dbus support in own libpcap. See #3165 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 54d7734a7..d5e2ae267 100644 --- a/configure.ac +++ b/configure.ac @@ -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"