diff --git a/config b/config index b447315..6af659f 100644 --- a/config +++ b/config @@ -501,3 +501,6 @@ CONFIG_BGSCAN_SIMPLE=y # Enable RSN IBSS/AdHoc CONFIG_IBSS_RSN=y + +# Enable SAE support +CONFIG_SAE=y diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index ee107ae..448b223 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 22 13:06:32 UTC 2020 - Clemens Famulla-Conrad + +- Fix spec file for SLE12, use make %{?_smp_mflags} instead of %make_build + +------------------------------------------------------------------- +Tue Sep 22 08:29:15 UTC 2020 - Jonathan Kang + +- Enable SAE support(jsc#SLE-14992). + ------------------------------------------------------------------- Thu Apr 23 21:51:17 UTC 2020 - Clemens Famulla-Conrad diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index a57570e..2727ddd 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -77,7 +77,7 @@ CFLAGS="%{optflags}" make V=1 %{?_smp_mflags} CFLAGS="%{optflags}" make V=1 %{?_smp_mflags} eapol_test cd wpa_gui-qt4 %qmake5 -%make_build +make %{?_smp_mflags} %install install -d %{buildroot}/%{_sbindir}