diff options
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 29e82fa716..176d4a1c54 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
| @@ -30,15 +30,15 @@ EXTRA_OECONF = "--enable-mbstring --enable-discard-path --enable-wddx \ | |||
| 30 | --disable-embedded-mysqli \ | 30 | --disable-embedded-mysqli \ |
| 31 | --with-mysql="${STAGING_DIR_TARGET}${prefix}" \ | 31 | --with-mysql="${STAGING_DIR_TARGET}${prefix}" \ |
| 32 | --with-mysqli="${STAGING_BINDIR_CROSS}/mysql_config" \ | 32 | --with-mysqli="${STAGING_BINDIR_CROSS}/mysql_config" \ |
| 33 | --with-sqlite3=${STAGING_LIBDIR}/.. --enable-sqlite-utf8 \ | 33 | --with-sqlite3=${STAGING_LIBDIR}/.. --enable-sqlite-utf8 \ |
| 34 | --with-pdo-mysql="${STAGING_BINDIR_CROSS}/mysql_config" \ | 34 | --with-pdo-mysql="${STAGING_BINDIR_CROSS}/mysql_config" \ |
| 35 | --with-pdo-sqlite=${STAGING_LIBDIR}/.. ${COMMON_EXTRA_OECONF} \ | 35 | --with-pdo-sqlite=${STAGING_LIBDIR}/.. ${COMMON_EXTRA_OECONF} \ |
| 36 | " | 36 | " |
| 37 | EXTRA_OECONF_virtclass-native = "--with-cgi --without-libpng --without-libjpeg \ | 37 | EXTRA_OECONF_virtclass-native = "--with-cgi --without-libpng --without-libjpeg \ |
| 38 | --with-zlib --with-zlib-dir=${STAGING_LIBDIR_NATIVE}/.. \ | 38 | --with-zlib --with-zlib-dir=${STAGING_LIBDIR_NATIVE}/.. \ |
| 39 | --with-libxml-dir=${STAGING_BINDIR_NATIVE} \ | 39 | --with-libxml-dir=${STAGING_BINDIR_NATIVE} \ |
| 40 | ${COMMON_EXTRA_OECONF} \ | 40 | ${COMMON_EXTRA_OECONF} \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | LIBS_virtclass-native = " -lxml2 " | 43 | LIBS_virtclass-native = " -lxml2 " |
| 44 | LIBS_pn-php =" -lpthread " | 44 | LIBS_pn-php =" -lpthread " |
| @@ -82,8 +82,8 @@ do_install_append_pn-php() { | |||
| 82 | install -m 0755 ${S}/sapi/fpm/init.d.php-fpm ${D}${sysconfdir}/init.d/php-fpm | 82 | install -m 0755 ${S}/sapi/fpm/init.d.php-fpm ${D}${sysconfdir}/init.d/php-fpm |
| 83 | TMP=`dirname ${D}/${TMPDIR}` | 83 | TMP=`dirname ${D}/${TMPDIR}` |
| 84 | while test ${TMP} != ${D}; do | 84 | while test ${TMP} != ${D}; do |
| 85 | rmdir ${TMP} | 85 | rmdir ${TMP} |
| 86 | TMP=`dirname ${TMP}`; | 86 | TMP=`dirname ${TMP}`; |
| 87 | done | 87 | done |
| 88 | } | 88 | } |
| 89 | 89 | ||
