Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340856 Details for
Bug 334745
dev-util/pscan does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pscan-makefile.patch
pscan-makefile.patch (text/plain), 452 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-03 13:43:10 UTC
(
hide
)
Description:
pscan-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-03 13:43:10 UTC
Size:
452 bytes
patch
obsolete
>--- Makefile 2000-07-07 21:28:51.000000000 +0200 >+++ Makefile 2013-03-03 14:29:33.391785592 +0100 >@@ -14,10 +14,10 @@ > #LEX=flex > > pscan: scanner.yy.o pscan.o >- $(CC) scanner.yy.o pscan.o -o pscan >+ $(CC) $(CFLAGS) $(LDFLAGS) scanner.yy.o pscan.o -o pscan > > scanner.yy.o: scanner.yy.c >- $(CC) -c scanner.yy.c -o scanner.yy.o >+ $(CC) $(CFLAGS) $(LDFLAGS) -c scanner.yy.c -o scanner.yy.o > > scanner.yy.c: scanner.l > $(LEX) -t scanner.l > scanner.yy.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 334745
:
244865
|
340854
| 340856