Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244803 Details for
Bug 334563
net-misc/netkit-routed does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild applying patch below to fix ldflags
netkit-routed-0.17-r4.ebuild (text/plain), 1018 bytes, created by
Ross Smith
on 2010-08-26 22:10:57 UTC
(
hide
)
Description:
ebuild applying patch below to fix ldflags
Filename:
MIME Type:
Creator:
Ross Smith
Created:
2010-08-26 22:10:57 UTC
Size:
1018 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r3.ebuild,v 1.7 2009/05/10 17:25:50 kingtaco Exp $ > >DESCRIPTION="Netkit - routed" >HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" >SRC_URI="mirror://debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="alpha ~amd64 mips ppc sparc x86" >IUSE="" > >inherit eutils > > >src_compile() { > epatch "${FILESDIR}"/fix-ldflags.patch || die ${FILESDIR} > ./configure || die > make || die >} > >src_install() { > # ripquery > dosbin ripquery/ripquery || die > doman ripquery/ripquery.8 > > # routed > dosbin routed/routed || die > dosym routed /usr/sbin/in.routed > doman routed/routed.8 > dosym routed.8 /usr/share/man/man8/in.routed.8 > > # docs > dodoc README ChangeLog > newdoc routed/README README.routed > > # init scripts > newconfd "${FILESDIR}"/routed.confd routed > newinitd "${FILESDIR}"/routed.initd routed >}
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 334563
:
244667
| 244803