summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-12-14 22:33:48 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-12-16 13:04:44 +0100
commit83c8891093fc4d2228a3dbf16b7ac03f0e845b35 (patch)
treea9921c478fa15ea24c4a1b73e2fcb6964226e45d
parent080441fc4be84a73930187b1ab5a7878c4cbb068 (diff)
downloadptxdist-83c8891093fc4d2228a3dbf16b7ac03f0e845b35.tar.gz
ptxdist-83c8891093fc4d2228a3dbf16b7ac03f0e845b35.tar.xz
[php5] fix download URL
The first download repository in the rules file returns only a text file with an error message, so that the extraction of the packet failed. The secound repository is fine. Reported-by: Alexander Stapff <Alexander.Stapff@bytecmed.com> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Cherry-picked from master: 4cdee4036a46d6f426317e9ad54b7553f97bd6cb Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/php5.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/php5.make b/rules/php5.make
index 916938ff2..503aed0bc 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -24,9 +24,11 @@ PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX)
PHP5_DIR := $(BUILDDIR)/$(PHP5)
PHP5_URL := \
- http://de.php.net/distributions/$(PHP5).$(PHP5_SUFFIX) \
http://museum.php.net/php5/$(PHP5).$(PHP5_SUFFIX)
+# This is the primary URL, but they remove old revisions from there :-(
+# http://de.php.net/distributions/$(PHP5).$(PHP5_SUFFIX)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------