git: de7361ae574a - main - security/wpa_supplicant-devel: Fix for OpenSSL 3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jun 2023 02:31:36 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de7361ae574a434d820b3a209f0aaaf4b38cebc3
commit de7361ae574a434d820b3a209f0aaaf4b38cebc3
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-28 02:23:41 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-28 02:31:09 +0000
security/wpa_supplicant-devel: Fix for OpenSSL 3.0
---
security/wpa_supplicant-devel/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile
index a42abb288003..677bf68dacca 100644
--- a/security/wpa_supplicant-devel/Makefile
+++ b/security/wpa_supplicant-devel/Makefile
@@ -21,6 +21,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