Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201314 Details for
Bug 281567
[QA/PATCH] sys-power/pmtools respect LDFLAGS and fix for 64bit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix makefiles
pmtools-20071116-cflags-ldflags.patch (text/plain), 958 bytes, created by
Zeev Tarantov
on 2009-08-15 11:41:41 UTC
(
hide
)
Description:
fix makefiles
Filename:
MIME Type:
Creator:
Zeev Tarantov
Created:
2009-08-15 11:41:41 UTC
Size:
958 bytes
patch
obsolete
>--- acpidump/Makefile.orig >+++ acpidump/Makefile >@@ -1,11 +1,11 @@ > PROG= acpidump > SRCS= acpidump.c > KERNEL_INCLUDE := ../include >-CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE) >+CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE) > > all: acpidump > $(PROG) : $(SRCS) >- $(CC) $(CFLAGS) $(SRCS) -o $(PROG) >+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG) > > CLEANFILES= $(PROG) > >--- acpixtract/Makefile.orig >+++ acpixtract/Makefile >@@ -6,7 +6,7 @@ > all: $(PROG) > > $(PROG) : $(SRCS) >- $(CC) $(CFLAGS) $(SRCS) -o $(PROG) >+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG) > > CLEANFILES= $(PROG) > >--- madt/Makefile.orig >+++ madt/Makefile >@@ -3,7 +3,7 @@ > > all: madt > $(PROG) : $(SRCS) >- $(CC) $(CFLAGS) $(SRCS) -o $(PROG) >+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG) > > test: madt > ./madt < example.APIC.dat
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 281567
: 201314 |
201316
|
201318