summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCTech2017-01-18 21:34:02 +1100
committerCTech2017-01-18 21:34:02 +1100
commit799de2bea7e6665b61f126146daca2fdf179ebc8 (patch)
tree260b105153b4cbedb2a828a4c58f8d9196139325
parent9d2f39d769f148563d7d7920add885493173def8 (diff)
downloadaur-799de2bea7e6665b61f126146daca2fdf179ebc8.tar.gz
Force building with 1 core
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291b514f47cf..a3146246eb4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 23:47:40 UTC 2017
+# Wed Jan 18 10:33:53 UTC 2017
pkgbase = reaver-wps-fork-t6x-git
pkgdesc = reaver-wps-fork-t6x is a community forked version of reaver, which has included various bug fixes and additional attack method (the offline Pixie Dust attack).
pkgver = 1.5.2.r201.707c574
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/t6x/reaver-wps-fork-t6x
arch = arm
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 5d795b3b62de..29ce06e62f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=reaver-wps-fork-t6x-git
_pkgname=reaver-wps-fork-t6x
pkgver=1.5.2.r201.707c574
-pkgrel=2
+pkgrel=3
pkgdesc="reaver-wps-fork-t6x is a community forked version of reaver, which has included various bug fixes and additional attack method (the offline Pixie Dust attack)."
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/t6x/reaver-wps-fork-t6x"
@@ -33,14 +33,9 @@ pkgver() {
build() {
unset MAKEFLAGS
- cpuCores=$(grep -c ^processor /proc/cpuinfo)
- if [ "$cpuCores" -gt 4 ]; then
- cpuCores=4
- fi
- echo "Building with $cpuCores CPU Cores"
cd "$pkgname/src"
./configure --prefix=/usr --sysconfdir=/etc
- make -j$cpuCores
+ make -j1
}
package() {