c22889cd67
Make it use external instead of bundled libevent - it's better for size reasons (avoiding possible duplication) and security reasons (easier to upgrade one global library than possibly two or more, and generally upstream would probably be more responsive to those). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
config BR2_PACKAGE_NETATALK
|
|
bool "netatalk"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBEVENT
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
help
|
|
Netatalk can be used to turn a *NIX machine into an extremely
|
|
high-performance and reliable file server for Macintosh computers.
|
|
|
|
http://netatalk.sourceforge.net/
|
|
|
|
comment "netatalk requires a toolchain with thread support"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|