瀏覽代碼

lttng-tools: fix build failure with libkmod (closes: #1004)

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 年之前
父節點
當前提交
2224d60af4
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      devel/lttng-tools/Makefile

+ 2
- 0
devel/lttng-tools/Makefile 查看文件

@@ -34,6 +34,8 @@ define Package/lttng-tools
34 34
   DEPENDS:= +lttng-ust +libpopt +libxml2
35 35
 endef
36 36
 
37
+CONFIGURE_ARGS += --disable-kmod
38
+
37 39
 TARGET_LDFLAGS += -lurcu-bp
38 40
 
39 41
 MAKE_FLAGS += V="$(V)"