]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix MBO build with GAS dependency
authorChaitanya Tata <chaitanya.mgit@gmail.com>
Mon, 27 Nov 2023 19:21:01 +0000 (00:51 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 6 Dec 2023 10:47:22 +0000 (12:47 +0200)
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 <Chaitanya.Tata@nordicsemi.no>
wpa_supplicant/Makefile

index d7d2cceba2419de6868fa90bc5bf373a0c46d54a..46e20f44a63568c1b218c404fc687fc419461f6e 100644 (file)
@@ -1071,6 +1071,7 @@ endif
 ifdef CONFIG_MBO
 OBJS += mbo.o
 CFLAGS += -DCONFIG_MBO
+NEED_GAS=y
 endif
 
 ifdef NEED_RSN_AUTHENTICATOR