Commit 462dadd0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated lttng-ust to 2.12.0

parent eb03af6e
all:
tar xf lttng-ust-2.10.3.tar.bz2
patch -Np1 -d lttng-ust-2.10.3 < lttng-ust-2.10.3-python3.patch
cd lttng-ust-2.10.3 && ./configure --prefix=/usr
$(MAKE) -C lttng-ust-2.10.3
$(MAKE) -C lttng-ust-2.10.3 install
tar xf lttng-ust-2.12.0.tar.bz2
patch -Np1 -d lttng-ust-2.12.0 < lttng-ust-2.12.0-python3.patch
cd lttng-ust-2.12.0 && ./configure --prefix=/usr
$(MAKE) -C lttng-ust-2.12.0
$(MAKE) -C lttng-ust-2.12.0 install
ldconfig
rm -rf lttng-ust-2.10.3
rm -rf lttng-ust-2.12.0
diff -uNr lttng-ust-2.10.3/tools/lttng-gen-tp lttng-ust-2.10.3-python3/tools/lttng-gen-tp
--- lttng-ust-2.10.3/tools/lttng-gen-tp 2019-01-26 08:59:45.000000000 +1030
+++ lttng-ust-2.10.3-python3/tools/lttng-gen-tp 2020-02-24 16:15:17.645694305 +1030
diff -uNr lttng-ust-2.12.0/tools/lttng-gen-tp lttng-ust-2.12.0-python3/tools/lttng-gen-tp
--- lttng-ust-2.12.0/tools/lttng-gen-tp 2020-03-20 00:21:10.000000000 +1030
+++ lttng-ust-2.12.0-python3/tools/lttng-gen-tp 2021-08-24 15:15:31.178895946 +0930
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment