summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2015-06-17 01:40:59 +0200
committerBjörn Bidar2015-06-17 01:40:59 +0200
commitb6d0de233ea94fb76f78114df75ba223581c821d (patch)
treea1a91f218313ee670c1515dad9a2216d5cfcd9ac /PKGBUILD
parent147d763c1fa6081e32a1b5c23f5da868094fe424 (diff)
downloadaur-b6d0de233ea94fb76f78114df75ba223581c821d.tar.gz
numa was still enaled
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e67e8967772f..288ecd0e3d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ _CPUSUFFIXES=( core2 k7 k8 k10 barcelona bobcat
# taken from graysky linux-ck see: https://aur.archlinux.org/packages/linux-ck
# Set these variables to ANYTHING (yes or no or 1 or 0 or "I like icecream") to enable them
#
-#_NUMA_off=yes # Disable NUMA in kernel config
+_NUMA_off=yes # Disable NUMA in kernel config
# batch mode:
# enable batch mode to stop the pkgbuild from asking you what to do and just use defaults
@@ -136,6 +136,7 @@ prepare() {
# end linux-ARCH patches
+
# added gcc 4.7.1 support for Kconfig and menuconfig
# now inclued in pf patchset
if [ "$CARCH" = "x86_64" ]; then