Config.in 409 B

1234567891011121314
  1. config BR2_PACKAGE_LIBTALLOC
  2. bool "libtalloc"
  3. depends on BR2_USE_MMU
  4. depends on !BR2_STATIC_LIBS
  5. help
  6. talloc is a hierarchical, reference counted memory pool
  7. system with destructors. It is the core memory allocator
  8. used in Samba.
  9. https://talloc.samba.org/talloc/doc/html/index.html
  10. comment "libtalloc needs a toolchain w/ dynamic library"
  11. depends on BR2_USE_MMU
  12. depends on BR2_STATIC_LIBS