diff options
Diffstat (limited to 'packages/php/php_5.1.4.bb')
-rw-r--r-- | packages/php/php_5.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/php/php_5.1.4.bb b/packages/php/php_5.1.4.bb index da116fbf7f..025f112dcd 100644 --- a/packages/php/php_5.1.4.bb +++ b/packages/php/php_5.1.4.bb @@ -22,7 +22,7 @@ EXTRA_OECONF = "--without-iconv \ EXTRA_OECONF += " --without-pear" # Uncomment the following two lines, and comment the above to enable PEAR -#EXTRA_OECONF += " --with-pear-php-cli=${STAGING_BINDIR}/php" +#EXTRA_OECONF += " --with-pear-php-cli=${STAGING_BINDIR_NATIVE}/php" #DEPENDS += " php-native" acpaths = "" |