summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 4231fcc6fe..22a3f81f5c 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -92,6 +92,7 @@ PACKAGECONFIG[imap] = "--with-imap=${STAGING_DIR_HOST} \
92PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 92PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
93PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache" 93PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache"
94PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" 94PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
95PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
95 96
96export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" 97export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
97export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" 98export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"