mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 14:42:17 +00:00
php: fix zip package config
--enable-zip and --with-libzip were removed in PHP 7.x. These are replaced by --with-zip --with-zlib-dir. Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
679bb49126
commit
6690afa59e
@ -81,7 +81,7 @@ PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \
|
|||||||
"
|
"
|
||||||
PACKAGECONFIG_class-native = ""
|
PACKAGECONFIG_class-native = ""
|
||||||
|
|
||||||
PACKAGECONFIG[zip] = "--enable-zip --with-libzip=${STAGING_EXECPREFIXDIR},,libzip"
|
PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip"
|
||||||
|
|
||||||
PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
|
PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
|
||||||
--with-pdo-mysql=mysqlnd \
|
--with-pdo-mysql=mysqlnd \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user