You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-laptop/tp_smapi/files/fix_header_check.patch

20 lines
701 B

*** 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))