Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107984 Details for
Bug 163563
sys-power/athcool-0.3.11 build fails with sys-apps/pciutils-2.2.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
athcool-0.3.11-build.patch
athcool-0.3.11-build.patch (text/plain), 853 bytes, created by
Tristan Heaven (RETIRED)
on 2007-01-24 09:01:55 UTC
(
hide
)
Description:
athcool-0.3.11-build.patch
Filename:
MIME Type:
Creator:
Tristan Heaven (RETIRED)
Created:
2007-01-24 09:01:55 UTC
Size:
853 bytes
patch
obsolete
>--- Makefile >+++ Makefile >@@ -14,13 +14,13 @@ > SRCS = athcool.c scanpci.c > OBJS = $(SRCS:.c=.o) > >-CC = gcc >+CC ?= gcc > RM = rm -f >-CFLAGS = -O2 -Wall >-DEFS = -I. -I$(includedir) -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" >+CFLAGS += -Wall >+DEFS = -I. -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" > #DEFS += -DENABLE_FORCEID=1 > #DEFS += -DDISABLE_WRITE_REG=1 >-LIBS = -lpci >+LIBS = -lpci -lz > > ### rules ### > >@@ -30,13 +30,13 @@ > all: $(PACKAGE) > > $(PACKAGE): $(OBJS) >- $(CC) $(CFLAGS) $(OBJS) $(LIBS) -o $@ >+ $(CC) $(CFLAGS) $(OBJS) $(LIBS) -o $@ $(LDFLAGS) > > install: install-program install-man # install-script > > install-program: > [ -d $(sbindir) ] || install -m 755 -d $(sbindir) >- install -s $(PACKAGE) $(sbindir) >+ install $(PACKAGE) $(sbindir) > > install-man: > [ -d $(mandir)/man8 ] || install -m 755 -d $(mandir)/man8
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 163563
: 107984