Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 274427 Details for
Bug 253436
dev-util/eresi-0.82_beta2: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eresi-0.82_beta2-nold.patch
eresi-0.82_beta2-nold.patch (text/plain), 1.13 KB, created by
Nathan Phillip Brink (binki) (RETIRED)
on 2011-05-23 19:21:49 UTC
(
hide
)
Description:
eresi-0.82_beta2-nold.patch
Filename:
MIME Type:
Creator:
Nathan Phillip Brink (binki) (RETIRED)
Created:
2011-05-23 19:21:49 UTC
Size:
1.13 KB
patch
obsolete
>From: Nathan Phillip Brink <binki@gentoo.org> >Subject: Don't call LD when linking, use CC instead. > >--- a/libdump/Makefile >+++ b/libdump/Makefile >@@ -26,12 +26,12 @@ > all32: $(OBJ32) > $(AR) $(NAME32).a $(OBJ32) > $(RANLIB) $(NAME32).a >- $(LD) -r $(OBJ32) -o $(NAME32).o $(LDFLAGS32) >+ $(CC) -Wl,-r -nostdlib $(OBJ32) -o $(NAME32).o $(LDFLAGS32) > > all64: $(OBJ64) > $(AR) $(NAME64).a $(OBJ64) > $(RANLIB) $(NAME64).a >- $(LD) -r $(OBJ64) -o $(NAME64).o $(LDFLAGS64) >+ $(CC) -Wl,-r -nostdlib $(OBJ64) -o $(NAME64).o $(LDFLAGS64) > > clean : > @rm -f $(OBJ32) $(OBJ64) *~ *\# \#* .\#* dump_main.o > >--- a/elfsh/Makefile >+++ b/elfsh/Makefile >@@ -36,7 +36,7 @@ > -I../libedfmt/include/ $(STATOPT2) \ > $(ASMOPT) -DERESI64 $(NCURSESLNOPT) $(READLNOPT) > >-LDFLAGS32 += -L../libedfmt/ -ledfmt32 -L../libelfsh/ -lelfsh32 \ >+LDFLAGS32 += -L../libedfmt/ -ledfmt32 -L../libdump/ -L../libelfsh/ -lelfsh32 \ > -L../libetrace/ -letrace32 -L../libstderesi/ -lstderesi32 \ > -L/usr/pkg/lib/ -L../libmjollnir/ -lmjollnir32 \ > -L../libetrace -letrace32 $(LPTHREAD) -L../libasm/ -lasm32 \
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 253436
: 274427