Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340780 Details for
Bug 335159
net-misc/rdate does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
rdate-1.4-r4.ebuild (text/plain), 916 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-02 17:24:08 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-02 17:24:08 UTC
Size:
916 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-1.4-r3.ebuild,v 1.15 2011/04/24 04:17:43 vapier Exp $ > >EAPI="5" > >inherit flag-o-matic > >DESCRIPTION="use TCP or UDP to retrieve the current time of another machine" >HOMEPAGE="http://www.apps.ietf.org/rfc/rfc868.html" >SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" >IUSE="ipv6" > >DEPEND="" > >src_prepare() { > sed -i \ > -e '/^CFLAGS=/d' \ > -e '/^rdate: /,+1d' \ > -e '/\tinstall/s:\([^ ]\+\)$:$(DESTDIR)&:' \ > Makefile || die "Sed failed!" >} > >src_compile() { > use ipv6 && append-cppflags "-DINET6" > tc-export CC > emake >} > >src_install(){ > emake DESTDIR="${D}" install > newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate > newconfd "${FILESDIR}"/rdate-confd rdate >}
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 335159
:
245272
|
245279
| 340780