From edaddcd1a5bb374e58de0d4f99a7cccf6aed09ec Mon Sep 17 00:00:00 2001 From: Muhammad Saheed Date: Tue, 19 Aug 2025 11:03:27 +0530 Subject: security/wpa_supplicant: Add option to build libwpa_client CONFIG_BUILD_WPA_CLIENT_SO allows building the libwpa_client shared library and the wpa_ctrl.h header file. This library provides helpers to interact with the wpa_supplicant control interface. This is required for net/wutil. Approved by: cy (maintainer timeout) PR: 288933 Sponsored by: Google LLC (GSoC 2025) --- security/wpa_supplicant/files/patch-src_common_dhcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/wpa_supplicant/files/patch-src_common_dhcp.h') diff --git a/security/wpa_supplicant/files/patch-src_common_dhcp.h b/security/wpa_supplicant/files/patch-src_common_dhcp.h index f88d1921a380..d25233a070b7 100644 --- a/security/wpa_supplicant/files/patch-src_common_dhcp.h +++ b/security/wpa_supplicant/files/patch-src_common_dhcp.h @@ -1,5 +1,5 @@ ---- src/common/dhcp.h.orig 2018-12-02 11:34:59.000000000 -0800 -+++ src/common/dhcp.h 2018-12-06 00:01:11.429254000 -0800 +--- src/common/dhcp.h.orig 2024-07-20 18:04:37 UTC ++++ src/common/dhcp.h @@ -9,6 +9,22 @@ #ifndef DHCP_H #define DHCP_H -- cgit v1.2.3