diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-03-06 15:47:24 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-07 09:33:45 -0800 |
commit | 8cbd403fce3a3ad8ff2410044075441374e9e14f (patch) | |
tree | 535c88e3d9754ab9730fa8aeb1c603f9aeb4fcae /meta-oe/recipes-devtools | |
parent | f52c6edcc56d27f76ae74aeb81b2eb920b465240 (diff) | |
download | meta-openembedded-8cbd403fce3a3ad8ff2410044075441374e9e14f.tar.gz |
php_7.3.2.bb: Switch to mysqlnd
With mariadb 10.x it fails to find headers in right location during
builds
https://bugs.php.net/bug.php?id=75612
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/php/php_7.3.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.3.2.bb b/meta-oe/recipes-devtools/php/php_7.3.2.bb index db04ce3756..634facd4a0 100644 --- a/meta-oe/recipes-devtools/php/php_7.3.2.bb +++ b/meta-oe/recipes-devtools/php/php_7.3.2.bb | |||
@@ -16,8 +16,8 @@ SRC_URI_append_class-target = " \ | |||
16 | SRC_URI[md5sum] = "c893ff828945c274d90e026528142439" | 16 | SRC_URI[md5sum] = "c893ff828945c274d90e026528142439" |
17 | SRC_URI[sha256sum] = "946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add" | 17 | SRC_URI[sha256sum] = "946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add" |
18 | 18 | ||
19 | PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \ | 19 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
20 | --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \ | 20 | --with-pdo-mysql=mysqlnd \ |
21 | ,--without-mysqli --without-pdo-mysql \ | 21 | ,--without-mysqli --without-pdo-mysql \ |
22 | ,mysql5" | 22 | ,mysql5" |
23 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" | 23 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" |