From: Nicolas Thill Date: Sun, 8 Mar 2015 16:38:31 +0000 (+0100) Subject: lttng-tools: fix build failure with libkmod (closes: #1004) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2224d60af4d6be6d0d3ab988513b8e73754e23a2;p=feed%2Fpackages.git lttng-tools: fix build failure with libkmod (closes: #1004) Signed-off-by: Nicolas Thill --- 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)"