From 081432e434818a616a523f9f2bb18e707e4e68e3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Nov 2006 11:34:04 +0000 Subject: Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the mailing list. There should be no functionality changes yet. --- packages/php/php.inc | 2 +- packages/php/php_5.1.4.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/php') diff --git a/packages/php/php.inc b/packages/php/php.inc index da2e928528..6e2c26585a 100644 --- a/packages/php/php.inc +++ b/packages/php/php.inc @@ -17,7 +17,7 @@ EXTRA_OECONF = "--with-cgi --enable-sockets --enable-pcntl \ 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 = "" 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 = "" -- cgit v1.2.3