Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245304 Details for
Bug 334757
net-analyzer/poink does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to poink-2.03.ebuild to respect LDFLAGS
poink-2.03.ebuild.patch (text/plain), 694 bytes, created by
Kevin Pyle
on 2010-08-30 03:28:27 UTC
(
hide
)
Description:
Patch to poink-2.03.ebuild to respect LDFLAGS
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-08-30 03:28:27 UTC
Size:
694 bytes
patch
obsolete
>diff -ru a/poink-2.03.ebuild b/poink-2.03.ebuild >--- a/poink-2.03.ebuild 2009-09-23 18:36:09.000000000 +0000 >+++ b/poink-2.03.ebuild 2010-08-30 03:25:11.224212182 +0000 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-analyzer/poink/poink-2.03.ebuild,v 1.8 2009/09/23 18:23:09 patrick Exp $ > >+EAPI="2" >+ > inherit eutils toolchain-funcs > > DESCRIPTION="TCP/IP-based ping implementation" >@@ -13,9 +15,11 @@ > IUSE="" > DEPEND="" > >-src_unpack() { >- unpack ${A} >+src_prepare() { > epatch ${FILESDIR}/${PN}-2.03-signed-char-fixup.patch >+ sed -i \ >+ -e 's/$(CFLAGS)/$(LDFLAGS) &/' \ >+ Makefile || die > } > > src_compile() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 334757
:
244877
| 245304