diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-03-31 00:19:19 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-04-07 17:13:36 -0700 |
commit | a944e267b93ced357ff6e23849173ffc316b8406 (patch) | |
tree | 99488a808dd64d277d0d55d54924ea38268c8295 /libs/lttng-ust/patches | |
parent | 97778777189afe306aafd6e11f2929bf72e0d317 (diff) |
lttng-ust: Update to 2.10.3
Unlike the current version, this one has support for aarch64. aarch64 is
necessary for several 64-bit targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/lttng-ust/patches')
-rw-r--r-- | libs/lttng-ust/patches/001-no_docs_tests.patch | 4 | ||||
-rw-r--r-- | libs/lttng-ust/patches/002-examples.patch | 18 |
2 files changed, 2 insertions, 20 deletions
diff --git a/libs/lttng-ust/patches/001-no_docs_tests.patch b/libs/lttng-ust/patches/001-no_docs_tests.patch index e1c20c6e5..6dee80341 100644 --- a/libs/lttng-ust/patches/001-no_docs_tests.patch +++ b/libs/lttng-ust/patches/001-no_docs_tests.patch @@ -1,7 +1,7 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -20,8 +20,6 @@ if BUILD_JAVA_AGENT - SUBDIRS += liblttng-ust-java-agent +@@ -26,8 +26,6 @@ SUBDIRS += python-lttngust \ + liblttng-ust-python-agent endif -SUBDIRS += tests doc diff --git a/libs/lttng-ust/patches/002-examples.patch b/libs/lttng-ust/patches/002-examples.patch deleted file mode 100644 index 46449b781..000000000 --- a/libs/lttng-ust/patches/002-examples.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -350,7 +350,14 @@ AC_ARG_WITH([lttng-system-rundir], - AC_DEFINE_UNQUOTED([LTTNG_SYSTEM_RUNDIR], ["$lttng_system_rundir"], - [LTTng system runtime directory]) - --AM_PATH_PYTHON([2.7],BUILD_GEN_TP_EXAMPLES=1,[:]) -+AC_ARG_ENABLE([examples], -+ [AS_HELP_STRING([--enable-examples],[build examples [default=no]])], -+ [enable_examples=$enableval], -+ [enable_examples=no] -+) -+if test "x$enable_examples" = "xyes"; then -+ AM_PATH_PYTHON([2.7],BUILD_GEN_TP_EXAMPLES=1,[:]) -+fi - AM_CONDITIONAL([BUILD_GEN_TP_EXAMPLES], [test $BUILD_GEN_TP_EXAMPLES], [Build examples requiring lttng-gen-tp]) - - AC_CONFIG_FILES([ |