Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340878 Details for
Bug 335711
net-misc/dcetest does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dcetest-2.0-r1.ebuild
dcetest-2.0-r1.ebuild (text/plain), 921 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-03 17:09:04 UTC
(
hide
)
Description:
dcetest-2.0-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-03 17:09:04 UTC
Size:
921 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/dcetest/dcetest-2.0.ebuild,v 1.7 2010/10/28 09:59:11 ssuominen Exp $ > >EAPI="4" > >inherit eutils > >DESCRIPTION="dcetest is a clone of the Windows rpcinfo" >HOMEPAGE="http://www.atstake.com/research/tools/info_gathering/" >SRC_URI="http://www.atstake.com/research/tools/info_gathering/${PN}.tar" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="ppc x86 ~amd64" >IUSE="" >DOCS="CHANGELOG README VERSION nt4sp6adefault.txt out out.txt out2.txt w2ksp0.txt" > >DEPEND="" > >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_prepare() { > epatch "${FILESDIR}"/${PN}-makefile.patch > # cleanup the makefile a little > sed -i \ > -e '/^CC/d' \ > -e '/^CFLAGS/g' \ > Makefile || die "Sed failed!" >} > >src_compile() { > emake CC="$(tc-getCC)" >} > >src_install() { > dobin dcetest > dodoc ${DOCS} >}
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 335711
:
245787
| 340878 |
340880