aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-06-12 23:51:51 +0000
committerCy Schubert <cy@FreeBSD.org>2021-09-13 21:12:02 +0000
commitced9055c04eaf50c87ed9f0d382fe30d618df87b (patch)
tree2cb57747cc1625d59f1ee9279542aa540850c1da
parentc7497eb7aec6e59270f390c1060779059ec502ba (diff)
downloadsrc-ced9055c04eaf50c87ed9f0d382fe30d618df87b.tar.gz
src-ced9055c04eaf50c87ed9f0d382fe30d618df87b.zip
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 (cherry picked from commit dc9d54b5c1e058b4f1bb9ab9372b171ac87a0d72)
-rw-r--r--usr.sbin/wpa/wpa_cli/Makefile3
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile
index 7f5cef6ca550..060257442c39 100644
--- a/usr.sbin/wpa/wpa_cli/Makefile
+++ b/usr.sbin/wpa/wpa_cli/Makefile
@@ -18,8 +18,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 4a4e0334151d..61f035f15912 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -40,7 +40,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