diff options
Diffstat (limited to 'recipes/php/php.inc')
-rw-r--r-- | recipes/php/php.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/php/php.inc b/recipes/php/php.inc index 0f9a42077a..6f30690440 100644 --- a/recipes/php/php.inc +++ b/recipes/php/php.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.php.net" SECTION = "console/network" LICENSE = "PHP" -SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2\ +SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src\ file://acinclude-xml2-config.patch;patch=1" S = "${WORKDIR}/php-${PV}" |