summaryrefslogtreecommitdiffstats
path: root/system/acpi_call
diff options
context:
space:
mode:
author Matteo Bernardini2018-09-12 14:02:27 +0200
committer Robby Workman2021-04-18 06:05:13 +0200
commit9c0961fd7749f0819bfbf6c282e5bef29b37b7fd (patch)
tree87f97ce706255a496ba411bc7e18a4b419bcc6d8 /system/acpi_call
parent1f321d7129d2b72e74dc10d7e9a9fdc1c36cda6d (diff)
downloadslackbuilds-9c0961fd7749f0819bfbf6c282e5bef29b37b7fd.tar.gz
system/acpi_call: Fix for the newer kernels.
Thanks to giomat on LQ for reporting! Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/acpi_call')
-rw-r--r--system/acpi_call/acpi_call.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/acpi_call/acpi_call.SlackBuild b/system/acpi_call/acpi_call.SlackBuild
index cbba19ee17..61e7be7220 100644
--- a/system/acpi_call/acpi_call.SlackBuild
+++ b/system/acpi_call/acpi_call.SlackBuild
@@ -67,6 +67,9 @@ find -L . \
patch -p0 < $CWD/fix-acpi-include.patch
patch -p0 < $CWD/fix-5.x-kernel.patch
+# Fix build with Linux >= 4.12
+sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+
make KDIR=$KERNELPATH
mkdir -p $PKG/lib/modules/$KERNEL/misc