Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83661 Details for
Bug 128443
pretrace-0.4 fails to compile with --as-needed (patch included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pretrace-0.4-as-needed.patch
pretrace-0.4-as-needed.patch (text/plain), 511 bytes, created by
Mike Auty (RETIRED)
on 2006-04-01 14:58:55 UTC
(
hide
)
Description:
pretrace-0.4-as-needed.patch
Filename:
MIME Type:
Creator:
Mike Auty (RETIRED)
Created:
2006-04-01 14:58:55 UTC
Size:
511 bytes
patch
obsolete
>diff -uNr libpretrace-0.4/Makefile libpretrace-0.4.new/Makefile >--- libpretrace-0.4/Makefile 2005-12-15 12:50:06.000000000 +0000 >+++ libpretrace-0.4.new/Makefile 2006-04-01 23:53:00.000000000 +0100 >@@ -14,7 +14,7 @@ > @echo 'type `make install` to install to $(PREFIX)' > > ptgenmap: libpretrace.so ptgenmap.o >- $(CC) $(CFLAGS) $(LDFLAGS) -g -L. -lpretrace ptgenmap.o -o ptgenmap >+ $(CC) $(CFLAGS) $(LDFLAGS) -g -L. ptgenmap.o -lpretrace -o ptgenmap > > ptgenmap.o: > $(CC) $(CFLAGS) -Wall -g -fPIC -c ptgenmap.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 128443
: 83661