Kaynağa Gözat

package/libargon2: add missing Config.in for the !BR2_STATIC_LIBS dependency

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 5 yıl önce
ebeveyn
işleme
40641072f8
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      package/libargon2/Config.in

+ 4 - 0
package/libargon2/Config.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