Date: Thu, 29 Jan 2026 01:35:05 +0000 From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 322c4d33864a - main - security/wpa_supplicant-devel: Fix build with IEEE80211N Message-ID: <697ab949.263d5.12f2768e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=322c4d33864a907686d2138cddbddba52b76e5e4 commit 322c4d33864a907686d2138cddbddba52b76e5e4 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-29 01:34:01 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-01-29 01:34:59 +0000 security/wpa_supplicant-devel: Fix build with IEEE80211N --- security/wpa_supplicant-devel/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile index 2e46677156ec..8ecb1245d463 100644 --- a/security/wpa_supplicant-devel/Makefile +++ b/security/wpa_supplicant-devel/Makefile @@ -23,6 +23,7 @@ BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src CPPFLAGS+= -Wno-incompatible-function-pointer-types CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS +CFLAGS+= -Wno-undefined-internal CFLAGS+= -I${OPENSSLINC} CFLAGS+= -Wno-deprecated-declarations LDFLAGS+= -L${OPENSSLLIB} -lutil @@ -133,10 +134,6 @@ DBUS_PLIST_FILES= share/dbus-1/system-services/fi.w1.wpa_supplicant1.service \ BROKEN= Fails to compile with both NDIS and PRIVSEP .endif -.if ${PORT_OPTIONS:MIEEE80211AC} && ${PORT_OPTIONS:MIEEE80211N} -BROKEN= Fails to compile with both IEEE80211AC and IEEE80211N -.endif - .if ${PORT_OPTIONS:MSIM} || ${PORT_OPTIONS:MAKA} || ${PORT_OPTIONS:MAKA_PRIME} LIB_DEPENDS+= libpcsclite.so:devel/pcsc-lite CFLAGS+= -I${LOCALBASE}/include/PCSC @@ -176,6 +173,13 @@ post-patch: PASN TDLS WNM MBO RSN_PREAUTH . if ${PORT_OPTIONS:M${simple}} @${ECHO_CMD} CONFIG_${simple}=y >> ${CFG} +. if ${simple} == "IEEE80211N" + @${ECHO_CMD} CONFIG_IEEE80211BE=y >> ${CFG} + @${ECHO_CMD} CONFIG_IEEE80211AX=y >> ${CFG} + @${ECHO_CMD} CONFIG_IEEE80211AC=y >> ${CFG} + @${ECHO_CMD} CONFIG_AP=y >> ${CFG} + @${ECHO_CMD} NEED_AP_MLME=y >> ${CFG} +. endif . endif .endfor .for item in READLINE PEERKEYhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697ab949.263d5.12f2768e>
