mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
php: zlib and zip support
Add back zlib support. Define zip support but do not enable it. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ EXTRA_OECONF = "--enable-mbstring \
|
|||||||
--enable-fpm \
|
--enable-fpm \
|
||||||
--with-libdir=${baselib} \
|
--with-libdir=${baselib} \
|
||||||
--with-gettext=${STAGING_LIBDIR}/.. \
|
--with-gettext=${STAGING_LIBDIR}/.. \
|
||||||
--with-libzip=${STAGING_LIBDIR}/.. \
|
--with-zlib=${STAGING_LIBDIR}/.. \
|
||||||
--with-iconv=${STAGING_LIBDIR}/.. \
|
--with-iconv=${STAGING_LIBDIR}/.. \
|
||||||
--with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \
|
--with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \
|
||||||
--with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \
|
--with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \
|
||||||
@@ -69,6 +69,8 @@ PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \
|
|||||||
"
|
"
|
||||||
PACKAGECONFIG_class-native = ""
|
PACKAGECONFIG_class-native = ""
|
||||||
|
|
||||||
|
PACKAGECONFIG[zip] = "--enable-zip --with-libzip=${STAGING_EXECPREFIXDIR},,libzip"
|
||||||
|
|
||||||
PACKAGECONFIG[mysql] = "--with-mysql=${STAGING_DIR_TARGET}${prefix} \
|
PACKAGECONFIG[mysql] = "--with-mysql=${STAGING_DIR_TARGET}${prefix} \
|
||||||
--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
|
--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
|
||||||
--with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
|
--with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
|
||||||
|
|||||||
Reference in New Issue
Block a user