From 2224d60af4d6be6d0d3ab988513b8e73754e23a2 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 8 Mar 2015 17:38:31 +0100 Subject: [PATCH] lttng-tools: fix build failure with libkmod (closes: #1004) Signed-off-by: Nicolas Thill --- devel/lttng-tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile index 99269b3258..6c902dfceb 100644 --- a/devel/lttng-tools/Makefile +++ b/devel/lttng-tools/Makefile @@ -34,6 +34,8 @@ define Package/lttng-tools DEPENDS:= +lttng-ust +libpopt +libxml2 endef +CONFIGURE_ARGS += --disable-kmod + TARGET_LDFLAGS += -lurcu-bp MAKE_FLAGS += V="$(V)"