Allows users to override configure flags as in other build systems.

Closes: https://bugs.gentoo.org/817419
Signed-off-by: Matthew Smith <matt...@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 b73866072f7..2a386e99165 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
        )
 
-- 
2.38.1


Reply via email to