Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343682 Details for
Bug 336109
net-dialup/kpnadsl4linux ignores CC, LDFLAGS, CFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kpnadsl4linux-makefile.patch
kpnadsl4linux-makefile.patch (text/plain), 587 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-29 21:41:30 UTC
(
hide
)
Description:
kpnadsl4linux-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-29 21:41:30 UTC
Size:
587 bytes
patch
obsolete
>--- Makefile 2002-10-27 17:26:11.000000000 +0100 >+++ Makefile_new 2013-03-29 22:32:13.651776503 +0100 >@@ -3,16 +3,16 @@ > all: adsl > > adsl: adsl.o adslstatus.o adslstatus.h adsl.h >- gcc adsl.o adslstatus.o -o adsl >+ $(CC) $(LDFLAGS) adsl.o adslstatus.o -o adsl > > adsl.o: adsl.c adsl.h >- gcc -c adsl.c >+ $(CC) $(CFLAGS) -c adsl.c > > adslstatus: adslstatus.o adslstatus.h adsl.h >- gcc adslstatus.o -o adslstatus >+ $(CC) $(LDFLAGS) adslstatus.o -o adslstatus > > adslstatus.o: adslstatus.c adslstatus.h adsl.h >- gcc -c adslstatus.c >+ $(CC) $(CFLAGS) -c adslstatus.c > > clean: > rm adsl *.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 336109
:
246144
|
343680
| 343682