Date: Wed, 28 Jun 2023 02:31:36 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: de7361ae574a - main - security/wpa_supplicant-devel: Fix for OpenSSL 3.0 Message-ID: <202306280231.35S2VaAG043536@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306280231.35S2VaAG043536>