Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 210998 Details for
Bug 294251
app-laptop/tp_smapi-0.40 fails to compile when KBUILD_OUTPUT is set
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes makefile header check; place in files/ directory
fix_header_check.patch (text/plain), 701 bytes, created by
Myk Taylor
on 2009-11-23 17:57:32 UTC
(
hide
)
Description:
fixes makefile header check; place in files/ directory
Filename:
MIME Type:
Creator:
Myk Taylor
Created:
2009-11-23 17:57:32 UTC
Size:
701 bytes
patch
obsolete
>*** Makefile.orig Mon Nov 23 08:55:42 2009 >--- Makefile Mon Nov 23 08:57:48 2009 >*************** >*** 27,33 **** > > DEBUG := 0 > >! ifneq ($(shell [ -f $(KBUILD)/include/linux/aio_abi.h ] && echo 1),1) > $(warning Building tp_smapi requires Linux kernel 2.6.19 or newer, and matching kernel headers.) > $(warning You may need to override the following Make variables:) > $(warning . KVER=$(KVER)) >--- 27,33 ---- > > DEBUG := 0 > >! ifneq ($(shell [ -f $(KSRC)/include/linux/aio_abi.h ] && echo 1),1) > $(warning Building tp_smapi requires Linux kernel 2.6.19 or newer, and matching kernel headers.) > $(warning You may need to override the following Make variables:) > $(warning . KVER=$(KVER))
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 294251
: 210998 |
210999