projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a358e6e
)
sys-firmware/ipxe: move header/toolchain setup to src_configure
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 21 Jun 2016 03:54:37 +0000
(23:54 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 21 Jun 2016 03:54:37 +0000
(23:54 -0400)
sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
patch
|
blob
|
history
diff --git
a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
index 631f90f14d456a902b42f34fcfc151af1e1dd7c3..7a57332ce7391bff5b6d55ca18ac1385cb640298 100644
(file)
--- 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='' \