Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH] profiles/info_vars: Add EXTRA_ECONF
Date: Sat, 11 Dec 2021 13:56:43
Message-Id: 20211211135614.5120-1-ulm@gentoo.org
1 This is in the same category as CFLAGS and LDFLAGS. Especially, it can
2 break the build, so I'd rather know if the variable is set.
3
4 Signed-off-by: Ulrich Müller <ulm@g.o>
5 ---
6 profiles/info_vars | 3 ++-
7 1 file changed, 2 insertions(+), 1 deletion(-)
8
9 diff --git a/profiles/info_vars b/profiles/info_vars
10 index 051948c1e8ef..5cde915c8c88 100644
11 --- a/profiles/info_vars
12 +++ b/profiles/info_vars
13 @@ -1,4 +1,4 @@
14 -# Copyright 2004-2019 Gentoo Authors
15 +# Copyright 2004-2021 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 ##
19 @@ -18,6 +18,7 @@ CPPFLAGS
20 CTARGET
21 CXXFLAGS
22 DISTDIR
23 +EXTRA_ECONF
24 FEATURES
25 FCFLAGS
26 FFLAGS
27 --
28 2.34.1