summaryrefslogtreecommitdiff
path: root/libre/acpi_call-lts
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-13 18:45:56 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-13 18:45:56 -0500
commit6177490ce4bfabdacb65fd2f369ec1ee378f8534 (patch)
treecf9fda84ea3bcb47447e19e1431761fe3c0f4d61 /libre/acpi_call-lts
parentbb6b509988c7748bb7cc2be949b62e1c3a208fe3 (diff)
rebuild module packages against linux-libre-lts-4.14.18_gnu-1
Diffstat (limited to 'libre/acpi_call-lts')
-rw-r--r--libre/acpi_call-lts/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/acpi_call-lts/PKGBUILD b/libre/acpi_call-lts/PKGBUILD
index eee7e7562..d8061bac1 100644
--- a/libre/acpi_call-lts/PKGBUILD
+++ b/libre/acpi_call-lts/PKGBUILD
@@ -6,9 +6,9 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
-_basekernel=4.9
-_archrel=53
-_parabolarel=2
+_basekernel=4.14
+_archrel=59
+_parabolarel=1
pkgname=acpi_call-lts
pkgver=1.1.0
@@ -38,6 +38,8 @@ prepare() {
# Fix build with Linux-libre >= 3.17-gnu
sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+ # Fix build with Linux-libre >= 4.12
+ sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
}
build() {