Date: Wednesday, September 20, 2017 @ 13:46:09
  Author: foxxx0
Revision: 258886

upgpkg: lttng-ust 2.10.0-4

also build the python agent lib

Modified:
  lttng-ust/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-20 13:44:40 UTC (rev 258885)
+++ PKGBUILD    2017-09-20 13:46:09 UTC (rev 258886)
@@ -4,7 +4,7 @@
 
 pkgname=lttng-ust
 pkgver=2.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="LTTng user space tracing libraries for LTTng"
 arch=('i686' 'x86_64')
 url="https://lttng.org/";
@@ -20,7 +20,10 @@
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --enable-man-pages --disable-python-agent
+    ./configure \
+        --prefix='/usr' \
+        --enable-man-pages \
+        --enable-python-agent
     make
 }
 

Reply via email to