git: d4a8178cf538 - main - security/cyrus-sasl2: Respect CC.
Hajimu UMEMOTO
ume at FreeBSD.org
Sat Aug 7 03:08:46 UTC 2021
The branch main has been updated by ume:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4a8178cf538b155170f7e2497fcb57bf95868e2
commit d4a8178cf538b155170f7e2497fcb57bf95868e2
Author: Hajimu UMEMOTO <ume at FreeBSD.org>
AuthorDate: 2021-08-07 03:01:25 +0000
Commit: Hajimu UMEMOTO <ume at 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
More information about the dev-commits-ports-all
mailing list