Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240419 Details for
Bug 287555
app-text/linuxdoc-tools-0.9.21_p11 partially ignores LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
respect LDFLAGS
linuxdoc-tools-0.9.21-ldflags.patch (text/plain), 343 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-07-28 12:29:58 UTC
(
hide
)
Description:
respect LDFLAGS
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-07-28 12:29:58 UTC
Size:
343 bytes
patch
obsolete
>Respect FLAGS > >http://bugs.gentoo.org/show_bug.cgi?id=287555 > >--- rtf-fix/Makefile >+++ rtf-fix/Makefile >@@ -1,11 +1,9 @@ >-CC=gcc > LEX=flex >-CFLAGS=-O > > all: rtf2rtf > > rtf2rtf: rtf2rtf.c >- $(CC) $(CFLAGS) -o rtf2rtf rtf2rtf.c -lfl >+ $(CC) $(LDFLAGS) $(CFLAGS) -o rtf2rtf rtf2rtf.c -lfl > > rtf2rtf.c: rtf2rtf.l > $(LEX) -t rtf2rtf.l>rtf2rtf.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 287555
:
240417
| 240419