buildrootschalter/package/libpthsem/Config.in
Gustavo Zacarias d3a1037bb6 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>
2013-03-30 20:47:44 +01:00

10 lines
288 B
Plaintext

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
version, with support for semaphores added.
http://www.auto.tuwien.ac.at/~mkoegler/pth/