diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-10-20 09:47:55 -0700 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-10-20 09:50:22 -0700 |
| commit | 5ccc7d61a9f0108450f0af42d02b2eb9bec010b4 (patch) | |
| tree | 090ce9140bde45ca4d239f5e9a85466bfcd1cdc1 | |
| parent | net/asterisk22: Fix Endianness detection (diff) | |
security/wpa_supplicant: Fix alignment
| -rw-r--r-- | security/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index 01363b981c41..9bc1270c55f2 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -110,7 +110,7 @@ SAKE_DESC= Shared-Secret Authentication & Key Establishment GPSK_DESC= Generalized Pre-Shared Key TNC_DESC= Trusted Network Connect PASN_DESC= Pre-Association Security Negotiation -LIBWPA_DESC= libwpa_client Shared Library +LIBWPA_DESC= libwpa_client Shared Library PRIVSEP_PLIST_FILES= sbin/wpa_priv DBUS_PLIST_FILES= share/dbus-1/system-services/fi.w1.wpa_supplicant1.service \ |
