package/libargon2: add missing Config.in for the !BR2_STATIC_LIBS dependency
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Nov 2019 22:23:10 +0000 (23:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Nov 2019 22:23:10 +0000 (23:23 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libargon2/Config.in

index aea861ab4ce3413681d10cacfffea36ed3912028..6bba74cfb2d5b05900065c529dd1296f973e0932 100644 (file)
@@ -6,3 +6,7 @@ config BR2_PACKAGE_LIBARGON2
          A modern password hashing algorithm
 
          https://password-hashing.net/#argon2
+
+comment "libargon needs a toolchain w/ dynamic library"
+       depends on BR2_USE_MMU
+       depends on BR2_STATIC_LIBS