[Buildroot] [PATCH 1/1] package/php: libargon2 needs dynamic library

Fabrice Fontaine fontaine.fabrice at gmail.com
Wed Dec 4 18:11:41 UTC 2019


Fixes:
 - http://autobuild.buildroot.org/results/72412a68da44d7ecc87656436a17542cafcf1f95

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/php/Config.ext | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/php/Config.ext b/package/php/Config.ext
index d5c723ca39..b3d6088f54 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -70,8 +70,12 @@ config BR2_PACKAGE_PHP_EXT_HASH
 	help
 	  HASH message digest framework
 
+comment "libargon2 needs a toolchain w/ dynamic library"
+	depends on BR2_STATIC_LIBS
+
 config BR2_PACKAGE_PHP_EXT_LIBARGON2
 	bool "libargon2"
+	depends on !BR2_STATIC_LIBS # libargon2
 	select BR2_PACKAGE_LIBARGON2
 	help
 	  libargon2 support
-- 
2.24.0



More information about the buildroot mailing list