projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5dff9
)
lttng-tools: fix build failure with libkmod (closes: #1004)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 8 Mar 2015 16:38:31 +0000
(17:38 +0100)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 8 Mar 2015 16:40:48 +0000
(17:40 +0100)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
devel/lttng-tools/Makefile
patch
|
blob
|
history
diff --git
a/devel/lttng-tools/Makefile
b/devel/lttng-tools/Makefile
index 99269b325856f1397eedbba584fc9e46ad861847..6c902dfceb7712b3ed632e299c8bc5ce20d57343 100644
(file)
--- 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)"