Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82629 Details for
Bug 126875
dev-util/ccache: patch to respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ccache-2.4-respectflags.patch
ccache-2.4-respectflags.patch (text/plain), 403 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-19 16:05:33 UTC
(
hide
)
Description:
ccache-2.4-respectflags.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-19 16:05:33 UTC
Size:
403 bytes
patch
obsolete
>Index: ccache-2.4/Makefile.in >=================================================================== >--- ccache-2.4.orig/Makefile.in >+++ ccache-2.4/Makefile.in >@@ -20,7 +20,7 @@ all: ccache$(EXEEXT) > docs: ccache.1 web/ccache-man.html > > ccache$(EXEEXT): $(OBJS) $(HEADERS) >- $(CC) $(CFLAGS) -o $@ $(OBJS) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) > > ccache.1: ccache.yo > -yodl2man -o ccache.1 ccache.yo
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 126875
: 82629