From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Now that libtracecfs 1.3 is out, we can make that the minimum version of the library needed to build trace-cmd, which makes sense, since it already depends on features only in 1.3 and beyond. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9faf8db890b..b0d2a460c6b9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ export LIBTRACECMD_VERSION VERSION_FILE = ltc_version.h LIBTRACEEVENT_MIN_VERSION = 1.3 -LIBTRACEFS_MIN_VERSION = 1.2 +LIBTRACEFS_MIN_VERSION = 1.3 MAKEFLAGS += --no-print-directory -- 2.34.1