Date: Wed, 28 Jun 2023 02:31:37 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a8cee7837ab - main - security/wpa_supplicant: Fix for OpenSSL 3.0 Message-ID: <202306280231.35S2VbCS043555@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306280231.35S2VbCS043555>