summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/php/php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 9eacabe03..99a25b94b 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -79,7 +79,7 @@ PACKAGECONFIG[mysql] = "--with-mysql=${STAGING_DIR_TARGET}${prefix} \
79 79
80PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ 80PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
81 --with-pdo-sqlite=${STAGING_LIBDIR}/.. \ 81 --with-pdo-sqlite=${STAGING_LIBDIR}/.. \
82 , \ 82 ,--without-sqlite3 --without-pdo-sqlite \
83 ,sqlite3" 83 ,sqlite3"
84PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql" 84PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql"
85PACKAGECONFIG[soap] = "--enable-libxml --enable-soap, --disable-soap, libxml2" 85PACKAGECONFIG[soap] = "--enable-libxml --enable-soap, --disable-soap, libxml2"