mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
da5a3878cf
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
409 B
Plaintext
15 lines
409 B
Plaintext
config BR2_PACKAGE_LIBTALLOC
|
|
bool "libtalloc"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
talloc is a hierarchical, reference counted memory pool
|
|
system with destructors. It is the core memory allocator
|
|
used in Samba.
|
|
|
|
https://talloc.samba.org/talloc/doc/html/index.html
|
|
|
|
comment "libtalloc needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|