Преглед изворни кода

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)"