commit: 7491c9f3070487863956428e3d58542cc2995df7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 02:32:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 02:33:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7491c9f3
app-text/recode: don't pass -fanalyzer
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/recode/recode-3.7.12.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-text/recode/recode-3.7.12.ebuild
b/app-text/recode/recode-3.7.12.ebuild
index b4f1454b52ae..73dc2c7e5900 100644
--- a/app-text/recode/recode-3.7.12.ebuild
+++ b/app-text/recode/recode-3.7.12.ebuild
@@ -47,8 +47,11 @@ src_configure() {
# on solaris -lintl is needed to compile
[[ ${CHOST} == *-solaris* ]] && append-libs "-lintl"
- # --without-included-gettext means we always use system headers
- # and library
+ # -fanalyzer substantially slows down the build and isn't useful for
+ # us. It's useful for upstream as it's static analysis, but it's not
+ # useful when just getting something built.
+ export gl_cv_warn_c__fanalyzer=no
+
econf \
$(use_enable nls) \
--disable-static