From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lua:master commit in: eclass/
Date: Thu, 6 Apr 2017 03:54:22 +0000 (UTC) [thread overview]
Message-ID: <1491450826.cad3d75d50ae5138247482f244e871cb5a6d6267.mva@gentoo> (raw)
commit: cad3d75d50ae5138247482f244e871cb5a6d6267
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Thu Apr 6 03:53:46 2017 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Apr 6 03:53:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=cad3d75d
lua.eclass: custom configure support
eclass/lua.eclass | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/eclass/lua.eclass b/eclass/lua.eclass
index aeb2cdc..d520e5c 100644
--- a/eclass/lua.eclass
+++ b/eclass/lua.eclass
@@ -954,7 +954,11 @@ _lua_default_each_configure() {
confargs+=("${myeconfargs[@]}")
confargs+=("${@}")
- [[ -x ${ECONF_SOURCE:-.}/configure ]] && econf "${confargs[@]}"
+ (
+ [[ -x ${ECONF_SOURCE:-.}/configure ]] &&
+ [[ -z "${CUSTOM_ECONF}" ]]
+ ) &&
+ econf "${confargs[@]}"
if [[ -f ${T}/.lua_ecl_conf ]]; then
touch .lua_eclass_config
next reply other threads:[~2017-04-06 3:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-06 3:54 Vadim A. Misbakh-Soloviov [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-23 12:51 [gentoo-commits] proj/lua:master commit in: eclass/ Vadim A. Misbakh-Soloviov
2018-08-08 16:19 Vadim A. Misbakh-Soloviov
2017-11-02 19:47 Vadim A. Misbakh-Soloviov
2017-11-02 6:39 Vadim A. Misbakh-Soloviov
2017-11-01 12:18 Vadim A. Misbakh-Soloviov
2017-11-01 12:03 Vadim A. Misbakh-Soloviov
2017-01-10 9:56 Vadim A. Misbakh-Soloviov
2016-12-28 7:05 Vadim A. Misbakh-Soloviov
2016-05-27 22:13 Vadim A. Misbakh-Soloviov
2015-10-22 11:30 Vadim A. Misbakh-Soloviov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491450826.cad3d75d50ae5138247482f244e871cb5a6d6267.mva@gentoo \
--to=mva@mva.name \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox