From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/
Date: Tue, 21 Jun 2016 04:33:21 +0000 (UTC) [thread overview]
Message-ID: <1466481277.1c462a86b4f18a82fc84f352ca28801b3be7c919.vapier@gentoo> (raw)
commit: 1c462a86b4f18a82fc84f352ca28801b3be7c919
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 03:54:37 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 03:54:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c462a86
sys-firmware/ipxe: move header/toolchain setup to src_configure
sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
index 631f90f..7a57332 100644
--- a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
+++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
@@ -30,7 +30,9 @@ S="${WORKDIR}/ipxe-${GIT_SHORT}/src"
src_prepare() {
epatch "${FILESDIR}"/${P}-git-version.patch #482804
+}
+src_configure() {
cat <<-EOF > "${S}"/config/local/general.h
#undef BANNER_TIMEOUT
#define BANNER_TIMEOUT 0
@@ -42,10 +44,11 @@ EOF
#define CONSOLE_VMWARE
EOF
fi
+
+ tc-ld-disable-gold
}
src_compile() {
- tc-ld-disable-gold
ipxemake() {
# Q='' makes the build verbose since that's what everyone loves now
emake Q='' \
next reply other threads:[~2016-06-21 4:33 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 4:33 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 12:46 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/ Joonas Niilola
2024-11-02 12:46 Joonas Niilola
2024-07-03 21:08 Matthias Maier
2024-01-07 17:19 Andrew Ammerlaan
2023-08-17 7:49 Andrew Ammerlaan
2023-07-15 7:39 David Seifert
2023-07-15 7:14 David Seifert
2023-06-18 3:47 Matthias Maier
2023-06-18 3:01 Matthias Maier
2022-09-24 20:52 Andreas Sturmlechner
2022-05-19 12:19 WANG Xuerui
2022-01-23 8:05 Yixun Lan
2021-05-17 7:49 Agostino Sarubbo
2021-05-17 7:47 Agostino Sarubbo
2021-05-16 23:43 Sam James
2021-05-16 0:03 Sam James
2021-04-24 16:51 David Seifert
2021-04-24 16:51 David Seifert
2021-04-05 1:06 Matthias Maier
2020-12-18 9:00 Michał Górny
2020-11-07 3:49 Georgy Yakovlev
2020-08-19 22:40 Sam James
2019-08-19 11:37 Agostino Sarubbo
2019-08-18 21:51 Agostino Sarubbo
2019-07-28 20:20 Matthias Maier
2018-06-23 13:48 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-06-10 3:41 Matthias Maier
2018-02-12 0:01 Matthias Maier
2018-02-12 0:01 Matthias Maier
2016-12-20 13:29 Tobias Klausmann
2016-06-23 14:30 Mike Frysinger
2016-06-21 6:24 Mike Frysinger
2016-06-21 4:33 Mike Frysinger
2016-06-21 4:33 Mike Frysinger
2016-04-19 20:05 Ian Stakenvicius
2015-08-30 1:09 Mike Frysinger
2015-08-30 1:06 Mike Frysinger
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=1466481277.1c462a86b4f18a82fc84f352ca28801b3be7c919.vapier@gentoo \
--to=vapier@gentoo.org \
--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