Gentoo Archives: gentoo-dev

From: Matthew Smith <matthew@g.o>
To: gentoo-dev@l.g.o
Cc: Matthew Smith <matthew@g.o>
Subject: [gentoo-dev] [PATCH 2/4] waf-utils.eclass: pass EXTRA_ECONF to configure
Date: Sat, 19 Nov 2022 09:25:34
Message-Id: 20221119092358.280588-3-matthew@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/4] waf-utils.eclass: various improvements by Matthew Smith
1 Allows users to override configure flags as in other build systems.
2
3 Closes: https://bugs.gentoo.org/817419
4 Signed-off-by: Matthew Smith <matthew@g.o>
5 ---
6 eclass/waf-utils.eclass | 1 +
7 1 file changed, 1 insertion(+)
8
9 diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
10 index b73866072f7..2a386e99165 100644
11 --- a/eclass/waf-utils.eclass
12 +++ b/eclass/waf-utils.eclass
13 @@ -102,6 +102,7 @@ waf-utils_src_configure() {
14 "--prefix=${EPREFIX}/usr"
15 "${conf_args[@]}"
16 "${@}"
17 + ${EXTRA_ECONF}
18 configure
19 )
20
21 --
22 2.38.1