mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/php: properly propagate libargon2 dependencies
Fixes: - http://autobuild.buildroot.org/results/72412a68da44d7ecc87656436a17542cafcf1f95 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c55fe54d8a
commit
ba34e47004
@ -70,8 +70,14 @@ config BR2_PACKAGE_PHP_EXT_HASH
|
||||
help
|
||||
HASH message digest framework
|
||||
|
||||
comment "libargon2 needs a toolchain w/ dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_PHP_EXT_LIBARGON2
|
||||
bool "libargon2"
|
||||
depends on BR2_USE_MMU # libargon2
|
||||
depends on !BR2_STATIC_LIBS # libargon2
|
||||
select BR2_PACKAGE_LIBARGON2
|
||||
help
|
||||
libargon2 support
|
||||
|
Loading…
Reference in New Issue
Block a user