Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340880 Details for
Bug 335711
net-misc/dcetest does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dcetest-makefile.patch
dcetest-makefile.patch (text/plain), 285 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-03 17:09:30 UTC
(
hide
)
Description:
dcetest-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-03 17:09:30 UTC
Size:
285 bytes
patch
obsolete
>--- Makefile 2001-08-20 22:40:40.000000000 +0200 >+++ Makefile_new 2013-03-03 17:28:18.058582950 +0100 >@@ -8,7 +8,7 @@ > DCE_OBJS = dcetest.o tcpstuff.o > > dcetest: $(DCE_OBJS) >- $(CC) -o dcetest $(DCE_OBJS) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o dcetest $(DCE_OBJS) > > clean: > rm -f *~ *.bak
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 335711
:
245787
|
340878
| 340880