summaryrefslogtreecommitdiffstats
path: root/package/lmbench
diff options
context:
space:
mode:
Diffstat (limited to 'package/lmbench')
-rw-r--r--package/lmbench/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/lmbench/Config.in b/package/lmbench/Config.in
index 704b3ff7f..d09a333c9 100644
--- a/package/lmbench/Config.in
+++ b/package/lmbench/Config.in
@@ -1,7 +1,12 @@
config BR2_PACKAGE_LMBENCH
bool "lmbench"
+ # Uses pmap_set, pmap__unset, pmap_getport, etc.
+ depends on BR2_INET_RPC
help
LMbench is a suite of simple, portable,
ANSI/C microbenchmarks for UNIX/POSIX.
http://sourceforge.net/projects/lmbench/
+
+comment "lmbench requires a toolchain with RPC support"
+ depends on !BR2_INET_RPC