git: dc9d54b5c1e0 - main - wpa: The ap library is not needed by wpa_supplicant or wpa_cli

Cy Schubert cy at FreeBSD.org
Mon Jun 14 05:56:23 UTC 2021


The branch main has been updated by cy:

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

commit dc9d54b5c1e058b4f1bb9ab9372b171ac87a0d72
Author:     Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-06-12 23:51:51 +0000
Commit:     Cy Schubert <cy at FreeBSD.org>
CommitDate: 2021-06-14 05:55:07 +0000

    wpa: The ap library is not needed by wpa_supplicant or wpa_cli
    
    The ap library is not needed by wpa_supplicant or wpa_cli. It is only
    used by hostapd.
    
    MFC after:      2 months
---
 usr.sbin/wpa/wpa_cli/Makefile        | 3 +--
 usr.sbin/wpa/wpa_supplicant/Makefile | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile
index 93a24295f4a2..2aad727a6785 100644
--- a/usr.sbin/wpa/wpa_cli/Makefile
+++ b/usr.sbin/wpa/wpa_cli/Makefile
@@ -19,8 +19,7 @@ CFLAGS+= -DCONFIG_TLS=openssl
 CFLAGS+= -D_DIRENT_HAVE_D_TYPE
 
 CFLAGS+= -DCONFIG_WPA_CLI_EDIT=y
-LIBADD+=wpaap \
-	wpacommon \
+LIBADD+=wpacommon \
 	wpaeap_peer \
 	wpaeap_server \
 	wpaeapol_auth \
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index c86be9497eca..9b31bea2a63c 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -41,7 +41,7 @@ FILES=	wpa_supplicant.conf
 
 CFLAGS+=-DCONFIG_BACKEND_FILE
 #CFLAGS+= -g
-LIBADD+=pcap util wpadrivers wpaap wpaeapol_supp \
+LIBADD+=pcap util wpadrivers wpaeapol_supp \
 	wpaeap_server \
 	wpaeap_peer wpaeap_common wpal2_packet wparsn_supp wpatls wpawps \
 	wpacommon wpacrypto wpautils


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