aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php/php_5.2.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/php/php_5.2.13.bb')
-rw-r--r--recipes/php/php_5.2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb
index 2a31299308..ea07ba3341 100644
--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -43,7 +43,7 @@ export PHP_PEAR_PHP_BIN = "${bindir}/php"
#LDFLAGS += "-lstdc++"
do_configure_append() {
- find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g'
+ find ${S} -type f -readable -writable | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g'
}
# fixme