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