mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
php: pdo mysql extension needs hash as well
Fixes: http://autobuild.buildroot.net/results/69cf9326539c8df8fa50c5e7acb2ce3bb985ede2/ The PDO mysql extension also needs the hash extension - so select it, similar to how it was done for the mysqli extension in commit 65f96452636 (php: fix build with mysqli). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ed0e55675e
commit
45215ffc8a
@ -132,6 +132,7 @@ if BR2_PACKAGE_PHP_EXT_PDO
|
|||||||
|
|
||||||
config BR2_PACKAGE_PHP_EXT_PDO_MYSQL
|
config BR2_PACKAGE_PHP_EXT_PDO_MYSQL
|
||||||
bool "MySQL"
|
bool "MySQL"
|
||||||
|
select BR2_PACKAGE_PHP_EXT_HASH
|
||||||
help
|
help
|
||||||
PDO driver for MySQL
|
PDO driver for MySQL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user