diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-03 19:33:24 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-31 00:18:25 -0700 |
commit | 84475baeda1ce74dc33f24c59097e2f2cf1b7d59 (patch) | |
tree | a3c5dc574871508b08a70a9ce2714a385c72a1bd /libs/lttng-ust/patches | |
parent | bd89bd24f3e0f701a223abd92846c75913fa9bfb (diff) |
lttng-ust: update to 2.12.0
Removed pointless patch.
Reworked configure section.
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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/lttng-ust/patches/001-no_docs_tests.patch b/libs/lttng-ust/patches/001-no_docs_tests.patch deleted file mode 100644 index 6dee80341..000000000 --- a/libs/lttng-ust/patches/001-no_docs_tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -26,8 +26,6 @@ SUBDIRS += python-lttngust \ - liblttng-ust-python-agent - endif - --SUBDIRS += tests doc -- - #temporarily disabled - # liblttng-ust-malloc - |