Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 2021 15:24:21 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4ca38a4c3659 - stable/13 - wpa: Include all wpa include file search directories
Message-ID:  <202109051524.185FOLcm000972@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=4ca38a4c3659c65ba491423a94cb79eae5f60bf8

commit 4ca38a4c3659c65ba491423a94cb79eae5f60bf8
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-08-26 23:17:11 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-09-04 14:23:02 +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.
    
    (cherry picked from commit 81b521d2c0edaab4581546af18298310e6318b5d)
---
 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?202109051524.185FOLcm000972>