소스 검색

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