From: Chaitanya Tata Date: Mon, 27 Nov 2023 19:21:01 +0000 (+0530) Subject: Fix MBO build with GAS dependency X-Git-Tag: hostap_2_11~709 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b5d11165358c049a5b21a1662204bb9523ef6c4;p=thirdparty%2Fhostap.git Fix MBO build with GAS dependency On the default configuration if MBO only is enabled then build breaks as GAS is not selected, if other features that auto-enable GAS are selected then it works. Signed-off-by: Chaitanya Tata --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index d7d2cceba..46e20f44a 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -1071,6 +1071,7 @@ endif ifdef CONFIG_MBO OBJS += mbo.o CFLAGS += -DCONFIG_MBO +NEED_GAS=y endif ifdef NEED_RSN_AUTHENTICATOR