diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-03-08 17:38:31 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-03-08 17:40:48 +0100 |
commit | 2224d60af4d6be6d0d3ab988513b8e73754e23a2 (patch) | |
tree | bc887931f190b935400bd2dcef10c405639314f3 /devel/lttng-tools/Makefile | |
parent | 3c5dff963e1be998b26db988b319ec596b80720c (diff) |
lttng-tools: fix build failure with libkmod (closes: #1004)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'devel/lttng-tools/Makefile')
-rw-r--r-- | devel/lttng-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile index 99269b325..6c902dfce 100644 --- 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)" |