diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 16:53:52 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-21 16:53:52 +0200 |
commit | d9cb7ebc9d52ee74172a93c256408293651a373a (patch) | |
tree | 13907a592a13cce4d6a9f28b0695ead4cbbde176 /recipes/php/php_5.2.6.bb | |
parent | 9043ab7d88211c9012519f434b4a145207f6e0a3 (diff) |
php: fixed build errors
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 c6cb00fa0f..38e86568d8 100644 --- a/recipes/php/php_5.2.6.bb +++ b/recipes/php/php_5.2.6.bb @@ -2,9 +2,10 @@ require php.inc DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native" -PR = "r5" +PR = "r6" -SRC_URI += "file://pear-makefile.patch;patch=1 " +SRC_URI += "file://pear-makefile.patch;patch=1 \ + file://string.c.patch;patch=1 " export THREADS="pthread" export LIBS=" -lpthread " |