Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2021 14:00:28 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 81b521d2c0ed - main - wpa: Include all wpa include file search directories
Message-ID:  <202108301400.17UE0S1D038969@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=81b521d2c0edaab4581546af18298310e6318b5d

commit 81b521d2c0edaab4581546af18298310e6318b5d
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-08-26 23:17:11 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-08-30 13:59:17 +0000

    wpa: Include all wpa include file search directories
    
    Though not all include file search directories are presently needed,
    add them to the search list. This is required for the next update to
    wpa.
    
    No functional change intended.
    
    MFC after:      1 week
---
 usr.sbin/wpa/Makefile.inc | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc
index 87a1d6c23bbc..ef94c7b312a9 100644
--- a/usr.sbin/wpa/Makefile.inc
+++ b/usr.sbin/wpa/Makefile.inc
@@ -15,10 +15,19 @@ HOSTAPD_DISTDIR?=	${WPA_DISTDIR}/hostapd
 CFLAGS+=-I${.CURDIR}
 CFLAGS+=-I${HOSTAPD_DISTDIR}
 CFLAGS+=-I${WPA_DISTDIR}/src
+CFLAGS+=-I${WPA_DISTDIR}/src/ap
 CFLAGS+=-I${WPA_DISTDIR}/src/common
 CFLAGS+=-I${WPA_DISTDIR}/src/crypto
 CFLAGS+=-I${WPA_DISTDIR}/src/drivers
+CFLAGS+=-I${WPA_DISTDIR}/src/eap_common
+CFLAGS+=-I${WPA_DISTDIR}/src/eap_peer
+CFLAGS+=-I${WPA_DISTDIR}/src/eap_server
+CFLAGS+=-I${WPA_DISTDIR}/src/eapol_auth
+CFLAGS+=-I${WPA_DISTDIR}/src/eapol_supp
 CFLAGS+=-I${WPA_DISTDIR}/src/l2_packet
+CFLAGS+=-I${WPA_DISTDIR}/src/radius
+CFLAGS+=-I${WPA_DISTDIR}/src/rsn_supp
+CFLAGS+=-I${WPA_DISTDIR}/src/tls
 CFLAGS+=-I${WPA_DISTDIR}/src/utils
 CFLAGS+=-I${WPA_DISTDIR}/src/wps
 
@@ -95,5 +104,3 @@ NEED_FIPS186_2_PRF=y
 CFLAGS+=-DEAP_GPSK_SHA256
 NEED_AES_OMAC1=y
 .endif
-
-.include <bsd.own.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108301400.17UE0S1D038969>