Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 133233 Details for
Bug 176738
MondoRescue re-activation in gentoo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified mindi-busybox ebuild to link page.h to /usr/src/linux
mindi-busybox-1.2.2.ebuild (text/plain), 1.01 KB, created by
Talamona Francesco
on 2007-10-12 05:19:11 UTC
(
hide
)
Description:
Modified mindi-busybox ebuild to link page.h to /usr/src/linux
Filename:
MIME Type:
Creator:
Talamona Francesco
Created:
2007-10-12 05:19:11 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >inherit eutils flag-o-matic > >DESCRIPTION="The rescue part of a program that creates emergency boot disks/CDs using your kernel, tools and modules." >HOMEPAGE="http://www.mondorescue.org" >SRC_URI="ftp://ftp.mondorescue.org/src/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ia64 -*" >DEPEND="virtual/libc" >RDEPEND=">=app-arch/bzip2-0.9 > sys-devel/binutils" > >src_unpack() { > unpack ${A} || die "Failed to unpack ${A}" > cd ${P} ># create a link to page.h in kernel dir > mkdir include/asm > mkdir include/linux > ln -s /usr/src/linux/include/asm/page.h include/asm/page.h > ln -s /usr/src/linux/include/linux/const.h include/linux/const.h > make oldconfig > /dev/null >} > >src_compile() { > # work around broken ass powerpc compilers > emake EXTRA_CFLAGS="${CFLAGS}" busybox || die "build failed" >} > >src_install() { > # bundle up the symlink files for use later > emake PREFIX="${D}/usr/lib/mindi/rootfs" install || die >}
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 176738
: 133233 |
147770
|
147871
|
147875
|
148125