Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242887 Details for
Bug 332479
app-arch/par 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 par-1.1.ebuild to add a sed to fix upstream Makefile
par-1.1.ebuild.patch (text/plain), 657 bytes, created by
Kevin Pyle
on 2010-08-14 04:21:30 UTC
(
hide
)
Description:
Patch to par-1.1.ebuild to add a sed to fix upstream Makefile
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-08-14 04:21:30 UTC
Size:
657 bytes
patch
obsolete
>diff -ru a/par-1.1.ebuild b/par-1.1.ebuild >--- a/par-1.1.ebuild 2010-01-01 20:09:44.000000000 +0000 >+++ b/par-1.1.ebuild 2010-08-14 04:17:29.289406841 +0000 >@@ -2,6 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-1.1.ebuild,v 1.27 2010/01/01 19:37:12 fauli Exp $ > >+EAPI=2 > inherit toolchain-funcs > > DESCRIPTION="Parchive archive fixing tool" >@@ -19,6 +20,12 @@ > > S="${WORKDIR}"/par-cmdline > >+src_prepare() { >+ sed -i \ >+ -e 's/\$(CC)/$(LINK.o)/' \ >+ Makefile || die "sed failed" >+} >+ > src_compile() { > emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" > }
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 332479
:
242619
| 242887