summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8ccc12c3558..b30f0a00215e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kernelshark
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="GUI frontend for trace-cmd based Linux kernel Ftrace captures"
arch=('x86_64' 'aarch64')
url="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git"
@@ -15,6 +15,11 @@ conflicts=('kernelshark-git')
source=("https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/kernelshark-v${pkgver}.tar.gz")
sha256sums=('1ca279365acfba869e18277fc4e7d3f77b3ffbf0067ace91c0a7d7be379dfa33')
+# 2019-09-29 - kernelshark builds a stub copy of tracecmd libraries first,
+# they must be finished before the second stage tries to find them for use
+# during autoconf. We can't build in parallel at this time.
+options=('!makeflags')
+
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"