summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-05-15 10:36:14 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-05-15 10:36:14 +0000
commitc609ca43f6cc697e2bf31e19b4f6a3c6939986f3 (patch)
treed5abca8a2f44612bdefbcea5dc25f715bf2592e5 /rules/php5.make
parentd98ec980fa12df66f80091e051490edcd001ea32 (diff)
downloadptxdist-c609ca43f6cc697e2bf31e19b4f6a3c6939986f3.tar.gz
ptxdist-c609ca43f6cc697e2bf31e19b4f6a3c6939986f3.tar.xz
* php5.make:
fix URL git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7178 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/php5.make')
-rw-r--r--rules/php5.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/php5.make b/rules/php5.make
index a2825c7da..742e4614e 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_PHP5) += php5
PHP5_VERSION := 5.1.6
PHP5 := php-$(PHP5_VERSION)
PHP5_SUFFIX := tar.bz2
-PHP5_URL := http://de.php.net/get/$(PHP5).$(PHP5_SUFFIX)
+PHP5_URL := http://de.php.net/distributions/$(PHP5).$(PHP5_SUFFIX)
PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX)
PHP5_DIR := $(BUILDDIR)/$(PHP5)