mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 14:33:29 +08:00
php: pdo mysql extension needs C++ support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
884c7c6b99
commit
68fe213daa
@ -167,8 +167,12 @@ config BR2_PACKAGE_PHP_EXT_PDO_SQLITE_EXTERNAL
|
||||
config BR2_PACKAGE_PHP_EXT_PDO_MYSQL
|
||||
bool "PDO_MySQL"
|
||||
depends on BR2_PACKAGE_PHP_EXT_PDO
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_MYSQL_CLIENT
|
||||
help
|
||||
PDO driver for MySQL
|
||||
|
||||
comment "PDO_MySQL requires a toolchain with C++ support"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_PHP_EXT_PDO
|
||||
|
||||
endmenu
|
||||
|
Loading…
Reference in New Issue
Block a user