git: 81b521d2c0ed - main - wpa: Include all wpa include file search directories

Cy Schubert cy at FreeBSD.org
Mon Aug 30 14:00:28 UTC 2021


The branch main has been updated by cy:

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

commit 81b521d2c0edaab4581546af18298310e6318b5d
Author:     Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-08-26 23:17:11 +0000
Commit:     Cy Schubert <cy at 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>


More information about the dev-commits-src-all mailing list