Browse Source

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

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 9 years ago
parent
commit
2224d60af4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      devel/lttng-tools/Makefile

+ 2
- 0
devel/lttng-tools/Makefile View File

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


Loading…
Cancel
Save