commit 2224d60af4d6be6d0d3ab988513b8e73754e23a2
parent 3c5dff963e1be998b26db988b319ec596b80720c
Author: Nicolas Thill <nico@openwrt.org>
Date: Sun, 8 Mar 2015 17:38:31 +0100
lttng-tools: fix build failure with libkmod (closes: #1004)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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)"