• [gentoo-dev] [PATCH 2/4] waf-utils.eclass: pass EXTRA_ECONF to configur

    From Matthew Smith@21:1/5 to All on Sat Nov 19 10:30:01 2022
    Allows users to override configure flags as in other build systems.

    Closes: https://bugs.gentoo.org/817419
    Signed-off-by: Matthew Smith <matthew@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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)