git: 2a8cee7837ab - main - security/wpa_supplicant: Fix for OpenSSL 3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jun 2023 02:31:37 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a8cee7837ab1a35168eb37cf5a95501b770047f
commit 2a8cee7837ab1a35168eb37cf5a95501b770047f
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-28 02:30:03 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-28 02:31:10 +0000
security/wpa_supplicant: Fix for OpenSSL 3.0
---
security/wpa_supplicant/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index a20a8bbe33db..b381ed0f12dc 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -16,6 +16,7 @@ BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant
INSTALL_WRKSRC= ${WRKSRC}/src
CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS
CFLAGS+= -I${OPENSSLINC}
+CFLAGS+= -Wno-deprecated-declarations
LDFLAGS+= -L${OPENSSLLIB} -lutil
MAKE_ENV= V=1