summaryrefslogtreecommitdiffstats
path: root/package/php/Config.ext
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-10-05 20:34:20 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-05 21:06:40 +0200
commit3e7b34d4db4e9a2b1004101ac12989d219e1e0e4 (patch)
treeefb09c3f1cfbcf08d5941298022aedc045a325ba /package/php/Config.ext
parent5a9ed103d97cb27ff67eba895ed7d34cd9f716fc (diff)
downloadbuildroot-3e7b34d4db4e9a2b1004101ac12989d219e1e0e4.tar.gz
buildroot-3e7b34d4db4e9a2b1004101ac12989d219e1e0e4.zip
mysql_client: needs thread support
Fixes: http://autobuild.buildroot.org/results/9b1/9b19b312651d21ea2fd54f364b11b01e4aa25e4b/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/Config.ext')
-rw-r--r--package/php/Config.ext3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext
index 006d7dd34a..3ba591d0de 100644
--- a/package/php/Config.ext
+++ b/package/php/Config.ext
@@ -106,6 +106,7 @@ config BR2_PACKAGE_PHP_EXT_MYSQL
bool "Mysql"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # mysql
+ depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
select BR2_PACKAGE_MYSQL_CLIENT
help
MySQL support
@@ -114,6 +115,7 @@ config BR2_PACKAGE_PHP_EXT_MYSQLI
bool "Mysqli"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # mysql
+ depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
select BR2_PACKAGE_MYSQL_CLIENT
select BR2_PACKAGE_PHP_EXT_MYSQL
help
@@ -130,6 +132,7 @@ config BR2_PACKAGE_PHP_EXT_PDO_MYSQL
bool "MySQL"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # mysql
+ depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
select BR2_PACKAGE_MYSQL_CLIENT
help
PDO driver for MySQL
OpenPOWER on IntegriCloud