Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111628 Details for
Bug 168798
sys-apps/kexec-tools - patch to support arm
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
kexec-tools-1.101-r4.ebuild (text/plain), 1.20 KB, created by
Alexey Shvetsov
on 2007-02-28 22:18:53 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Alexey Shvetsov
Created:
2007-02-28 22:18:53 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-1.101-r3.ebuild,v 1.3 2006/11/05 10:30:05 blubb Exp $ > >inherit eutils > >DESCRIPTION="Load another kernel from the currently executing Linux kernel" >HOMEPAGE="http://www.xmission.com/~ebiederm/files/kexec/" >SRC_URI="http://www.xmission.com/~ebiederm/files/kexec/${P}.tar.gz > http://lse.sourceforge.net/kdump/patches/1.101-kdump7/kexec-tools-1.101-kdump7.patch > ftp://gentoo.ru/projects/handhelds/distfiles/kexec-tools-1.101.arm-3.patch" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="arm amd64 x86" >IUSE="zlib" >DEPEND="zlib? ( sys-libs/zlib )" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${DISTDIR}"/kexec-tools-1.101-kdump7.patch > epatch "${DISTDIR}"/kexec-tools-1.101.arm-3.patch > epatch "${FILESDIR}"/${P}-LDFLAGS.patch > epatch "${FILESDIR}"/${P}-ppc64.patch >} > >src_compile() { > econf $(use_with zlib) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > > doman kexec/kexec.8 > dodoc News AUTHORS TODO > > newinitd "${FILESDIR}"/kexec.init kexec > newconfd "${FILESDIR}"/kexec.conf kexec >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 168798
:
111626
| 111628