diff options
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
-rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index ca7bd91b2b..6f893ad85c 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
@@ -20,7 +20,6 @@ SRC_URI_append_class-target = " \ | |||
20 | file://php_exec_native.patch \ | 20 | file://php_exec_native.patch \ |
21 | file://php-fpm.conf \ | 21 | file://php-fpm.conf \ |
22 | file://php-fpm-apache.conf \ | 22 | file://php-fpm-apache.conf \ |
23 | file://0001-acinclude.m4-don-t-unset-cache-variables.patch \ | ||
24 | file://70_mod_php${PHP_MAJOR_VERSION}.conf \ | 23 | file://70_mod_php${PHP_MAJOR_VERSION}.conf \ |
25 | file://php-fpm.service \ | 24 | file://php-fpm.service \ |
26 | " | 25 | " |
@@ -46,10 +45,9 @@ COMMON_EXTRA_OECONF = "--enable-sockets \ | |||
46 | EXTRA_OECONF = "--enable-mbstring \ | 45 | EXTRA_OECONF = "--enable-mbstring \ |
47 | --enable-wddx \ | 46 | --enable-wddx \ |
48 | --enable-fpm \ | 47 | --enable-fpm \ |
49 | --enable-zip \ | ||
50 | --with-libdir=${baselib} \ | 48 | --with-libdir=${baselib} \ |
51 | --with-gettext=${STAGING_LIBDIR}/.. \ | 49 | --with-gettext=${STAGING_LIBDIR}/.. \ |
52 | --with-zlib=${STAGING_LIBDIR}/.. \ | 50 | --with-libzip=${STAGING_LIBDIR}/.. \ |
53 | --with-iconv=${STAGING_LIBDIR}/.. \ | 51 | --with-iconv=${STAGING_LIBDIR}/.. \ |
54 | --with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \ | 52 | --with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \ |
55 | --with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \ | 53 | --with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \ |