From 01ea62911ec1de12f8c865ec6467141c3b9e72b1 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Feb 2009 15:13:50 +0000 Subject: php: don't use DOWNLOAD macro php.net only offers downloads though a strange php script with the file name embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET). This ofcourse means that the primary site / fallback mirror stuff isn't used. --- package/php/php.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/php') diff --git a/package/php/php.mk b/package/php/php.mk index 86372ed72..836fc2a4d 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -126,7 +126,7 @@ endif endif $(DL_DIR)/$(PHP_SOURCE): - $(call DOWNLOAD,$(PHP_SITE)) + $(WGET) -P $(DL_DIR) $(PHP_SITE) php-source: $(DL_DIR)/$(PHP_SOURCE) -- cgit v1.2.3