diff mbox series

[oe,meta-oe,1/2] php_7.3.2.bb: Switch to mysqlnd

Message ID 20190307052628.38454-1-raj.khem@gmail.com
State Accepted
Commit 8cbd403fce3a3ad8ff2410044075441374e9e14f
Headers show
Series [oe,meta-oe,1/2] php_7.3.2.bb: Switch to mysqlnd | expand

Commit Message

Khem Raj March 7, 2019, 5:26 a.m. UTC
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>

---
 meta-oe/recipes-devtools/php/php_7.3.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.21.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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 = " \
 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"