summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-10-31 15:09:58 -0400
committerPhilippe Proulx2016-10-31 15:09:58 -0400
commitbc952b233461718fa437632ae6214495f4d5647a (patch)
treef3991ba8ed35c13611af5d7fdb78c793bd4a2e2f
parent351c900cc403999451276741d6e307086b1b4b67 (diff)
downloadaur-bc952b233461718fa437632ae6214495f4d5647a.tar.gz
Explicitly disable Python agent
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40ab3c9301e..85b3454af38f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 18:56:51 UTC 2016
+# Mon Oct 31 19:09:56 UTC 2016
pkgbase = lttng-ust
pkgdesc = LTTng user space tracing libraries for LTTng
pkgver = 2.8.1
- pkgrel = 1
+ pkgrel = 2
url = http://lttng.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 22da80ca6d51..d0480e722265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lttng-ust
pkgver=2.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="LTTng user space tracing libraries for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
@@ -20,7 +20,7 @@ sha1sums=('8bebdcbcb453d2643fb226dbe92de61764f1ee3b')
build()
{
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --enable-man-pages
+ ./configure --prefix=/usr --enable-man-pages --disable-python-agent
make
}