diff options
| author | Slater, Joseph <joe.slater@windriver.com> | 2019-08-15 14:26:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-15 22:12:19 -0700 |
| commit | 84bf94bfe9de517842a363a17c53a601b5363382 (patch) | |
| tree | 62acad8930e6524f6fd20e83463d4fa473187207 | |
| parent | 274e6e40faff005e1013d8ff64b651093f8ef7ff (diff) | |
| download | meta-openembedded-84bf94bfe9de517842a363a17c53a601b5363382.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 785c2f5acc..4c0617c49c 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
| @@ -47,7 +47,7 @@ EXTRA_OECONF = "--enable-mbstring \ | |||
| 47 | --enable-fpm \ | 47 | --enable-fpm \ |
| 48 | --with-libdir=${baselib} \ | 48 | --with-libdir=${baselib} \ |
| 49 | --with-gettext=${STAGING_LIBDIR}/.. \ | 49 | --with-gettext=${STAGING_LIBDIR}/.. \ |
| 50 | --with-libzip=${STAGING_LIBDIR}/.. \ | 50 | --with-zlib=${STAGING_LIBDIR}/.. \ |
| 51 | --with-iconv=${STAGING_LIBDIR}/.. \ | 51 | --with-iconv=${STAGING_LIBDIR}/.. \ |
| 52 | --with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \ | 52 | --with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \ |
| 53 | --with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \ | 53 | --with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \ |
| @@ -69,6 +69,8 @@ PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \ | |||
| 69 | " | 69 | " |
| 70 | PACKAGECONFIG_class-native = "" | 70 | PACKAGECONFIG_class-native = "" |
| 71 | 71 | ||
| 72 | PACKAGECONFIG[zip] = "--enable-zip --with-libzip=${STAGING_EXECPREFIXDIR},,libzip" | ||
| 73 | |||
| 72 | PACKAGECONFIG[mysql] = "--with-mysql=${STAGING_DIR_TARGET}${prefix} \ | 74 | PACKAGECONFIG[mysql] = "--with-mysql=${STAGING_DIR_TARGET}${prefix} \ |
| 73 | --with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \ | 75 | --with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \ |
| 74 | --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \ | 76 | --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \ |
