Files
Andreas Mohr 29ffdc0dda package/libargon2: support static build
There are options to build only static or only shared libs. The default
is to build both.

Also update reverse dependencies. Note that lua-argon2 doesn't have the
"# libargon2" comment so presumably it needs shared libs itself.

Signed-off-by: Andreas Mohr <and@gmx.li>
[Arnout: also update reverse dependencies]
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
2026-05-20 21:25:02 +02:00

10 lines
286 B
Plaintext

config BR2_PACKAGE_PYTHON_ARGON2_CFFI_BINDINGS
bool "python-argon2-cffi-bindings"
depends on BR2_USE_MMU # libargon2
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_LIBARGON2
help
Low-level CFFI bindings for Argon2.
https://github.com/hynek/argon2-cffi-bindings