Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247243 Details for
Bug 337108
dev-util/elfkickers does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to respect LDFLAGS
elfkickers-2.0a-respect-ldflags.patch (text/plain), 1.62 KB, created by
Anthony Basile
on 2010-09-14 12:20:04 UTC
(
hide
)
Description:
Patch to respect LDFLAGS
Filename:
MIME Type:
Creator:
Anthony Basile
Created:
2010-09-14 12:20:04 UTC
Size:
1.62 KB
patch
obsolete
>diff -Naur ELFkickers.orig/elfls/Makefile ELFkickers/elfls/Makefile >--- ELFkickers.orig/elfls/Makefile 2010-09-14 07:20:04.000000000 -0400 >+++ ELFkickers/elfls/Makefile 2010-09-14 07:20:57.000000000 -0400 >@@ -1,7 +1,7 @@ > # Makefile for elfls > > elfls: elfls.c >- $(CC) $(CFLAGS) -W -o elfls elfls.c >+ $(CC) $(CFLAGS) $(LDFLAGS) -W -o elfls elfls.c > > clean: > rm -f elfls >diff -Naur ELFkickers.orig/Makefile ELFkickers/Makefile >--- ELFkickers.orig/Makefile 2010-09-14 07:20:04.000000000 -0400 >+++ ELFkickers/Makefile 2010-09-14 07:20:42.000000000 -0400 >@@ -1,7 +1,7 @@ > SUBDIRS = elfls elftoc rebind sstrip > > all: >- for d in $(SUBDIRS); do cd $$d ; CFLAGS="$(CFLAGS)" CC=$(CC) $(MAKE) ; cd - ; done >+ for d in $(SUBDIRS); do cd $$d ; CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC=$(CC) $(MAKE) ; cd - ; done > clean: > > for d in $(SUBDIRS); do cd $$d ; $(MAKE) clean; cd - ; done >diff -Naur ELFkickers.orig/rebind/Makefile ELFkickers/rebind/Makefile >--- ELFkickers.orig/rebind/Makefile 2010-09-14 07:20:04.000000000 -0400 >+++ ELFkickers/rebind/Makefile 2010-09-14 07:21:10.000000000 -0400 >@@ -1,7 +1,7 @@ > # Makefile for rebind > > rebind: rebind.c >- $(CC) $(CFLAGS) -W -o rebind rebind.c >+ $(CC) $(CFLAGS) $(LDFLAGS) -W -o rebind rebind.c > > clean: > rm -f rebind >diff -Naur ELFkickers.orig/sstrip/Makefile ELFkickers/sstrip/Makefile >--- ELFkickers.orig/sstrip/Makefile 2010-09-14 07:20:04.000000000 -0400 >+++ ELFkickers/sstrip/Makefile 2010-09-14 07:21:22.000000000 -0400 >@@ -1,7 +1,7 @@ > # Makefile for sstrip > > sstrip: sstrip.c >- $(CC) $(CFLAGS) -W -o sstrip sstrip.c >+ $(CC) $(CFLAGS) $(LDFLAGS) -W -o sstrip sstrip.c > > clean: > rm -f sstrip
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 Raw
Actions:
View
Attachments on
bug 337108
:
247155
|
247243
|
251805