summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTroy Engel2019-09-29 08:43:49 -0500
committerTroy Engel2019-09-29 08:43:49 -0500
commitc07b8628a723e594ccda1bf850054d972b8de8c7 (patch)
tree57c241a9ecd6760e7871444682c4af9e6390f262 /PKGBUILD
parent5f78a41eb0711ca1660d1571dddff4c7115d1461 (diff)
downloadaur-c07b8628a723e594ccda1bf850054d972b8de8c7.tar.gz
implement makeflags negation (temporary)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb451f3d438..bf739cf9a078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Netanel Shine <netanel at archlinux.org.il>
pkgname=kernelshark-git
-pkgver=1.0.r0.gf97e28a
+pkgver=1.0.r34.gd448481
pkgrel=1
pkgdesc="GUI frontend for trace-cmd based Linux kernel Ftrace captures"
arch=('x86_64' 'aarch64')
@@ -19,6 +19,11 @@ source=(
)
sha256sums=("SKIP")
+# 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')
+
pkgver() {
cd "$srcdir/trace-cmd"