Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244989 Details for
Bug 331875
net-p2p/cccp does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes LDFLAGS, fix calling gcc directly
cccp-0.9.ebuild.patch (text/plain), 490 bytes, created by
Ross Smith
on 2010-08-27 17:59:48 UTC
(
hide
)
Description:
Fixes LDFLAGS, fix calling gcc directly
Filename:
MIME Type:
Creator:
Ross Smith
Created:
2010-08-27 17:59:48 UTC
Size:
490 bytes
patch
obsolete
>--- cccp-0.9.ebuild.orig 2010-08-27 13:57:19.000000000 -0400 >+++ cccp-0.9.ebuild 2010-08-27 13:57:48.000000000 -0400 >@@ -4,6 +4,8 @@ > > IUSE="" > >+inherit toolchain-funcs >+ > DESCRIPTION="Scriptable console frontend to Direct Connect" > HOMEPAGE="http://members.chello.se/hampasfirma/cccp" > SRC_URI="http://members01.chello.se/hampasfirma/cccp/${PN}.${PV}.tar.gz" >@@ -18,7 +20,7 @@ > > src_compile() { > >- gcc ${CFLAGS} -o cccp cccp.c >+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o cccp cccp.c > > } >
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 331875
:
242083
| 244989