summaryrefslogtreecommitdiffstats
path: root/rules/fuse.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-16 13:20:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-16 13:20:04 +0100
commitfc156d0e78187f57fc93cd2f93763445d9e05ad0 (patch)
treea4ebd13bf7c47b9bcfb298e2fdc1af6426720bb2 /rules/fuse.in
parent13bd086fcb14954e3982b6b2d6010c234496ef97 (diff)
downloadptxdist-fc156d0e78187f57fc93cd2f93763445d9e05ad0.tar.gz
ptxdist-fc156d0e78187f57fc93cd2f93763445d9e05ad0.tar.xz
[fuse] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/fuse.in')
-rw-r--r--rules/fuse.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/fuse.in b/rules/fuse.in
index b780ce55b..305f48813 100644
--- a/rules/fuse.in
+++ b/rules/fuse.in
@@ -2,6 +2,9 @@
menuconfig FUSE
tristate
prompt "fuse "
+ select LIBC_DL if FUSE__LIB
+ select LIBC_RT if FUSE__LIB
+ select LIBC_PTHREAD
help
utilities for filesystems in userspace