kumquat-buildroot/package/php-pam/Config.in
Herve Codina 403b62943b package/php-pam: new package
The php-pam package provides a PHP PAM (Pluggable Authentication
Modules) integration.

https://pecl.php.net/package/PAM

Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com>

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-17 22:46:55 +01:00

17 lines
498 B
Plaintext

config BR2_PACKAGE_PHP_PAM
bool "php-pam"
depends on BR2_ENABLE_LOCALE # linux-pam
depends on BR2_USE_WCHAR # linux-pam
depends on BR2_USE_MMU # linux-pam
depends on !BR2_STATIC_LIBS # linux-pam
select BR2_PACKAGE_LINUX_PAM
help
PHP PAM (Pluggable Authentication Modules) integration
https://pecl.php.net/package/PAM
comment "php-pam needs a toolchain w/ wchar, locale, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR \
|| BR2_STATIC_LIBS