Date: Sat, 7 Aug 2021 03:08:45 GMT From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d4a8178cf538 - main - security/cyrus-sasl2: Respect CC. Message-ID: <202108070308.17738jPr057740@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4a8178cf538b155170f7e2497fcb57bf95868e2 commit d4a8178cf538b155170f7e2497fcb57bf95868e2 Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2021-08-07 03:01:25 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2021-08-07 03:08:29 +0000 security/cyrus-sasl2: Respect CC. PR: 257566 --- security/cyrus-sasl2/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index cd41db9e70c0..a44f3fb83b03 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--disable-anon \ --disable-srp \ --with-dblib=none CONFIGURE_ARGS+=${CYRUS_CONFIGURE_ARGS} +CONFIGURE_ENV= CC_FOR_BUILD="${CC}" MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} DOCSDIR= ${PREFIX}/share/doc/cyrus-sasl2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108070308.17738jPr057740>