Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204236 Details for
Bug 277420
sci-calculators/grpn: fails tests with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ebuild to respect LDFLAGS and add RESTRICT=test
grpn-fix-ebuild.diff (text/plain), 477 bytes, created by
Thomas Beierlein
on 2009-09-15 19:01:09 UTC
(
hide
)
Description:
patch for ebuild to respect LDFLAGS and add RESTRICT=test
Filename:
MIME Type:
Creator:
Thomas Beierlein
Created:
2009-09-15 19:01:09 UTC
Size:
477 bytes
patch
obsolete
>--- /usr/portage/sci-calculators/grpn/grpn-1.1.2-r1.ebuild 2009-04-05 10:08:24.000000000 +0200 >+++ grpn-1.1.2-r1.ebuild 2009-09-15 20:56:32.000000000 +0200 >@@ -19,10 +19,14 @@ > KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" > IUSE="" > >+RESTRICT="test" >+ > src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-implicit-declarations.patch >+ sed -i -e 's/$(CC) $(DFLAGS)/$(CC) $(LDFLAGS) $(DFLAGS)/g' Makefile \ >+ || die "$LDFLAGS patch failed" > } > > 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 277420
:
197524
| 204236