Skip to content

Commit

Permalink
net-wireless/wpa_supplicant: Fix mandatory dbus
Browse files Browse the repository at this point in the history
The default configuration requires dbus.
It is disabled when the dbus flag is not set.

Closes: https://bugs.gentoo.org/684284
Signed-off-by: Gábor Oszkár Dénes <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rick Farina <[email protected]>
  • Loading branch information
gaboroszkar authored and ZeroChaos- committed Jun 7, 2019
1 parent 986cde9 commit 810264f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net-wireless/wpa_supplicant/wpa_supplicant-2.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ src_configure() {
Kconfig_style_config CTRL_IFACE_DBUS
Kconfig_style_config CTRL_IFACE_DBUS_NEW
Kconfig_style_config CTRL_IFACE_DBUS_INTRO
else
Kconfig_style_config CTRL_IFACE_DBUS n
Kconfig_style_config CTRL_IFACE_DBUS_NEW n
Kconfig_style_config CTRL_IFACE_DBUS_INTRO n
fi

if use eapol_test ; then
Expand Down

0 comments on commit 810264f

Please sign in to comment.