diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-06 20:49:24 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-06 20:51:38 +0100 |
commit | 454714bd9c39b2ca6008b136d7e4423e1b8acd7c (patch) | |
tree | 4691708707d5fdf0270ae58adc5c26259149ef5c /net-wireless | |
parent | media-libs/freeverb3: amd64/x86 stable wrt bug #643734 (diff) | |
download | gentoo-454714bd9c39b2ca6008b136d7e4423e1b8acd7c.tar.gz gentoo-454714bd9c39b2ca6008b136d7e4423e1b8acd7c.tar.bz2 gentoo-454714bd9c39b2ca6008b136d7e4423e1b8acd7c.zip |
net-wireless/wpa_supplicant: Fixed build with USE="-ssl" or USE="ssl gnutls".
Committed without explicit permission due to maintainer timeout.
Closes: https://bugs.gentoo.org/640350
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild index 04965c898f1d..02b2a20e35f8 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -174,7 +174,6 @@ src_configure() { Kconfig_style_config EAP_LEAP Kconfig_style_config EAP_MSCHAPV2 Kconfig_style_config EAP_PEAP - Kconfig_style_config EAP_PWD Kconfig_style_config EAP_TLS Kconfig_style_config EAP_TTLS @@ -182,9 +181,6 @@ src_configure() { Kconfig_style_config BGSCAN_SIMPLE Kconfig_style_config BGSCAN_LEARN - # Enabling mesh networks. - Kconfig_style_config MESH - if use dbus ; then Kconfig_style_config CTRL_IFACE_DBUS Kconfig_style_config CTRL_IFACE_DBUS_NEW @@ -239,6 +235,10 @@ src_configure() { Kconfig_style_config GNUTLS_EXTRA else Kconfig_style_config TLS openssl + Kconfig_style_config EAP_PWD + + # Enabling mesh networks. + Kconfig_style_config MESH fi else Kconfig_style_config TLS internal |