mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/libargon2: add missing Config.in for the !BR2_STATIC_LIBS dependency
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -6,3 +6,7 @@ config BR2_PACKAGE_LIBARGON2
|
|||||||
A modern password hashing algorithm
|
A modern password hashing algorithm
|
||||||
|
|
||||||
https://password-hashing.net/#argon2
|
https://password-hashing.net/#argon2
|
||||||
|
|
||||||
|
comment "libargon needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on BR2_STATIC_LIBS
|
||||||
|
|||||||
Reference in New Issue
Block a user