summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Parnell2016-04-23 23:57:33 -0500
committerMatt Parnell2016-04-23 23:57:33 -0500
commitb0bab83140af07bb761bac5c322c722ca18a3988 (patch)
tree99dcadc3aa88c15a23b1e0cda27f22e662348a96 /PKGBUILD
parentbec91e4cfa9a1f8547c27b1367ed2d3950d16640 (diff)
downloadaur-b0bab83140af07bb761bac5c322c722ca18a3988.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3b17ca9c422..2f19e613b031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original PKGBUILD Contributor: Patrick Bartels <p4ddy.b@gmail.com>
# Thanks to Bregol
pkgname="linux-zen-git"
-pkgver=4.5.0+575611+g3831a7a
+pkgver=4.5.2+575985+ga3adcbf
pkgdesc="Featureful kernel including various new features, code and optimizations to better suit desktops"
url="https://github.com/damentz/zen-kernel"
license=("GPL2")
@@ -79,6 +79,9 @@ build() {
warning "Press ENTER if you want to build the kernel or CTRL+C to abort..."
read
+
+ msg "Applying temp fix for max_numa_distance in smpboot.c"
+ sed -i 's/extern\ int\ sched\_max\_numa\_distance/int\ sched\_max\_numa\_distance\ \=\ \-1/g' "${srcdir}/zen-kernel/arch/x86/kernel/smpboot.c"
cd "${srcdir}/build"
msg2 "Building kernel..."; make -j $_CORES bzImage