commit: 5122c99959a12d992f126bf4a24324dc40f20992 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 19:13:42 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 08:55:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5122c999
waf-utils.eclass: pass EXTRA_ECONF to configure Allows users to override configure flags as in other build systems. Closes: https://bugs.gentoo.org/817419 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> eclass/waf-utils.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass index b73866072f7a..2a386e991653 100644 --- a/eclass/waf-utils.eclass +++ b/eclass/waf-utils.eclass @@ -102,6 +102,7 @@ waf-utils_src_configure() { "--prefix=${EPREFIX}/usr" "${conf_args[@]}" "${@}" + ${EXTRA_ECONF} configure )
