From 7a9d846df47e8504b87695702b331a513fb5c834 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Wed, 19 Oct 2016 10:58:22 +0200 Subject: [PATCH] do_freebsd.sh: Do not use LLTNG on FreeBSD FreeBSD has Dtrace Signed-off-by: Willem Jan Withagen --- do_freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/do_freebsd.sh b/do_freebsd.sh index 85a7b684f139c..5e302501424ac 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -16,6 +16,7 @@ rm -rf build && ./do_cmake.sh "$*" \ -D CMAKE_C_FLAGS_DEBUG="-O0 -g" \ -D ENABLE_GIT_VERSION=OFF \ -D WITH_BLKID=OFF \ + -D WITH_LTTNG=OFF \ -D WITH_FUSE=OFF \ -D WITH_RBD=OFF \ -D WITH_XFS=OFF \ -- 2.39.5