mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
f52c6edcc5
commit
8cbd403fce
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user