summaryrefslogtreecommitdiffstats
path: root/package/libpthsem
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-03-29 01:19:55 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-30 20:47:44 +0100
commitd3a1037bb62a2ab877e9443fbb15ec66a0adfef8 (patch)
treed4a805b8805b197b0741b0385680e49e8cbff154 /package/libpthsem
parent294ac7ef0af50fb38492eaf1800772ac8411fee8 (diff)
downloadbuildroot-novena-d3a1037bb62a2ab877e9443fbb15ec66a0adfef8.tar.gz
buildroot-novena-d3a1037bb62a2ab877e9443fbb15ec66a0adfef8.zip
libpthsem: needs mmu
The need can be patched out by disabling the tests, however the only package that uses libpthsem (bcusdk) needs a fork-enabled libpthsem so there's not much point. Fixes: Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libpthsem')
-rw-r--r--package/libpthsem/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpthsem/Config.in b/package/libpthsem/Config.in
index 9ab13c3ed..ae1c78f5e 100644
--- a/package/libpthsem/Config.in
+++ b/package/libpthsem/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBPTHSEM
bool "libpthsem"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_ARGP_STANDALONE
help
GNU pth is a user mode multi threading library. pthsem is an extend