diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
| commit | a79d5a546392cad57bb8855f88d4617caa852d27 (patch) | |
| tree | 28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/php/php_5.2.6.bb | |
| parent | 09a85ada712374f567b276067805c19b091a518a (diff) | |
| parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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 0d9e1f42a5..8723a1e14f 100644 --- a/recipes/php/php_5.2.6.bb +++ b/recipes/php/php_5.2.6.bb @@ -1,8 +1,8 @@ require php.inc -DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native" +DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql" -PR = "r6" +PR = "r7" SRC_URI += "file://pear-makefile.patch;patch=1 \ file://string.c.patch;patch=1 " @@ -24,6 +24,7 @@ EXTRA_OECONF = " --without-iconv \ --with-libxml-dir=${STAGING_BINDIR_CROSS} \ --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \ # --with-mysqli = "${STAGING_BINDIR_NATIVE}/mysql_config" \ + --without-pdo-sqlite \ " export LD_LIBRARY_PATH = "${STAGING_LIBDIR}" |
