aboutsummaryrefslogtreecommitdiff
path: root/devel/lttng-tools/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-03-08 17:38:31 +0100
committerNicolas Thill <nico@openwrt.org>2015-03-08 17:40:48 +0100
commit2224d60af4d6be6d0d3ab988513b8e73754e23a2 (patch)
treebc887931f190b935400bd2dcef10c405639314f3 /devel/lttng-tools/Makefile
parent3c5dff963e1be998b26db988b319ec596b80720c (diff)
lttng-tools: fix build failure with libkmod (closes: #1004)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'devel/lttng-tools/Makefile')
-rw-r--r--devel/lttng-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile
index 99269b325..6c902dfce 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)"