From b468f3cf525e9c9312e52be78599842deaf791c0 Mon Sep 17 00:00:00 2001 From: Samuel Martin Date: Sun, 30 Dec 2012 12:17:44 +0000 Subject: lttng-libust: bump to 2.1.0 Also remove lttng-libust-uclibc-sed_getcpu.patch because it got merged upstream. Signed-off-by: Samuel Martin Signed-off-by: Peter Korsgaard --- ...tng-libust-dont-build-cxx-tests-when-not-available.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'package/lttng-libust/lttng-libust-dont-build-cxx-tests-when-not-available.patch') diff --git a/package/lttng-libust/lttng-libust-dont-build-cxx-tests-when-not-available.patch b/package/lttng-libust/lttng-libust-dont-build-cxx-tests-when-not-available.patch index bcc5636b5..b7e8a8f09 100644 --- a/package/lttng-libust/lttng-libust-dont-build-cxx-tests-when-not-available.patch +++ b/package/lttng-libust/lttng-libust-dont-build-cxx-tests-when-not-available.patch @@ -38,15 +38,16 @@ index 26227cb..56d84db 100644 +AM_CONDITIONAL([CXX_WORKS], [test "x$rw_cv_prog_cxx_works" = "xyes"]) + ## Checks for libraries. - AC_CHECK_LIB([dl], [dlopen]) - AC_CHECK_LIB([pthread], [pthread_create]) + AC_CHECK_LIB([dl], [dlopen], + [ diff --git a/tests/Makefile.am b/tests/Makefile.am -index e79ab7c..1a8b795 100644 +index 2b12422..7365ce4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -1,6 +1,10 @@ --SUBDIRS = . hello hello-static-lib fork ust-basic-tracing ust-multi-test demo hello.cxx -+SUBDIRS = . hello hello-static-lib fork ust-basic-tracing ust-multi-test demo +@@ -1,7 +1,11 @@ + SUBDIRS = . hello hello-static-lib fork ust-basic-tracing ust-multi-test \ +- demo hello.cxx daemon ++ demo daemon #SUBDIRS = . hello2 basic basic_long simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast +if CXX_WORKS -- cgit v1.2.3