Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242685 Details for
Bug 332463
app-misc/glimpse does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Diff from glimpse-4.18.5.ebuild
glimpse.ebuild (text/plain), 859 bytes, created by
Dane Smith (RETIRED)
on 2010-08-13 01:42:39 UTC
(
hide
)
Description:
Diff from glimpse-4.18.5.ebuild
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-13 01:42:39 UTC
Size:
859 bytes
patch
obsolete
>--- /usr/portage/app-misc/glimpse/glimpse-4.18.5.ebuild 2010-01-01 16:35:22.000000000 -0500 >+++ glimpse-4.18.5.ebuild 2010-08-12 21:25:30.000000000 -0400 >@@ -27,20 +27,26 @@ > sed -i \ > -e '/^CFLAGS/s:$: $(OPTIMIZEFLAGS):' \ > {agrep,compress,index}/Makefile.in \ >- Makefile.in \ > libtemplate/{template,util}/Makefile.in \ > || die "inserting OPTIMIZEFLAGS failed" > sed -i \ > -e 's:$(mandir):&/man1/:' \ >- Makefile.in agrep/Makefile.in \ >+ agrep/Makefile.in \ > || die "adding man1 to man install dir failed" >+ >+ sed -i \ >+ -e '/^LDFLAGS/d' \ >+ {agrep,compress,index}/Makefile.in \ >+ || die "LDFLAGS sed failed" >+ >+ epatch "${FILESDIR}"/${P}-makefile.patch > } > > src_compile() { > use static && append-ldflags -static > > econf || die >- emake -j1 OPTIMIZEFLAGS="${CFLAGS}" || die >+ emake OPTIMIZEFLAGS="${CFLAGS}" || die > } > > src_install() {
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 332463
:
242605
| 242685 |
242687