From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A67EA158086 for ; Sat, 11 Dec 2021 13:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC9C2BC028; Sat, 11 Dec 2021 13:56:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D69D32BC001 for ; Sat, 11 Dec 2021 13:56:33 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-dev] [PATCH] profiles/info_vars: Add EXTRA_ECONF Date: Sat, 11 Dec 2021 14:56:14 +0100 Message-Id: <20211211135614.5120-1-ulm@gentoo.org> X-Mailer: git-send-email 2.34.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 948f1c2e-9511-451f-8168-39820a76eeb7 X-Archives-Hash: 7175292e5c93e9ef06f531dbfe96f53c This is in the same category as CFLAGS and LDFLAGS. Especially, it can break the build, so I'd rather know if the variable is set. Signed-off-by: Ulrich Müller --- profiles/info_vars | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/info_vars b/profiles/info_vars index 051948c1e8ef..5cde915c8c88 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -1,4 +1,4 @@ -# Copyright 2004-2019 Gentoo Authors +# Copyright 2004-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ## @@ -18,6 +18,7 @@ CPPFLAGS CTARGET CXXFLAGS DISTDIR +EXTRA_ECONF FEATURES FCFLAGS FFLAGS -- 2.34.1