aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php/php_5.2.6.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-29 21:29:37 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-29 21:29:37 +0100
commitce34c40212d02a1ca5d9d74daad21cca67a5dd37 (patch)
treee408c3382b6fd45e2d95041d961b34659bd9f4c8 /recipes/php/php_5.2.6.bb
parentbeb449962d53005af62c8141effb0e0723e0b49d (diff)
downloadopenembedded-ce34c40212d02a1ca5d9d74daad21cca67a5dd37.tar.gz
linux-kirkwood: added sound driver for openrd-client
Diffstat (limited to 'recipes/php/php_5.2.6.bb')
-rw-r--r--recipes/php/php_5.2.6.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/php/php_5.2.6.bb b/recipes/php/php_5.2.6.bb
index 38e86568d8..0d9e1f42a5 100644
--- a/recipes/php/php_5.2.6.bb
+++ b/recipes/php/php_5.2.6.bb
@@ -13,7 +13,8 @@ export LIBS=" -lpthread "
EXTRA_OECONF = " --without-iconv \
--enable-discard-path \
--enable-sockets \
- --enable-pcntl \
+ --enable-shared \
+# --enable-pcntl \
--enable-memory-limit \
--enable-wddx \
--enable-embedded-mysqli \
@@ -21,7 +22,7 @@ EXTRA_OECONF = " --without-iconv \
--enable-fastcgi \
--with-zlib --with-zlib-dir=${STAGING_LIBDIR}/.. \
--with-libxml-dir=${STAGING_BINDIR_CROSS} \
-# --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \
+ --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \
# --with-mysqli = "${STAGING_BINDIR_NATIVE}/mysql_config" \
"