diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:29:37 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:29:37 +0100 |
commit | ce34c40212d02a1ca5d9d74daad21cca67a5dd37 (patch) | |
tree | e408c3382b6fd45e2d95041d961b34659bd9f4c8 /recipes/php/php_5.2.6.bb | |
parent | beb449962d53005af62c8141effb0e0723e0b49d (diff) |
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.bb | 5 |
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" \ " |