Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164734 Details for
Bug 236861
sys-apps/iproute2 doesn't respect LDFLAGS and isn't multilib compliant (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposal
iproute2-respect-LDFLAGS.patch (text/plain), 354 bytes, created by
Olivier Huber
on 2008-09-06 15:41:31 UTC
(
hide
)
Description:
patch proposal
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-09-06 15:41:31 UTC
Size:
354 bytes
patch
obsolete
>--- tc/Makefile.old 2008-09-06 15:28:35.862794338 +0200 >+++ tc/Makefile 2008-09-06 16:02:11.043794213 +0200 >@@ -83,7 +83,7 @@ > rm -f emp_ematch.yacc.output > > q_atm.so: q_atm.c >- $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm >+ $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm > > %.yacc.c: %.y > $(YACC) $(YACCFLAGS) -o $@ $<
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 236861
: 164734 |
164736