[oe-commits] [meta-openembedded] 06/14: php_7.3.2.bb: Switch to mysqlnd

git at git.openembedded.org git at git.openembedded.org
Thu Mar 7 16:24:05 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c30de9a3c2c6a7d1f1a6211b330edf9fa3475f2e
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Mar 6 15:47:24 2019 -0800

    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 at gmail.com>
---
 meta-oe/recipes-devtools/php/php_7.3.2.bb | 4 ++--
 1 file 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 db04ce3..634facd 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 = " \
 SRC_URI[md5sum] = "c893ff828945c274d90e026528142439"
 SRC_URI[sha256sum] = "946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add"
 
-PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
-                        --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
+PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
+                        --with-pdo-mysql=mysqlnd \
                         ,--without-mysqli --without-pdo-mysql \
                         ,mysql5"
 PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list