From: Peter Korsgaard Date: Fri, 20 Feb 2009 15:13:50 +0000 (-0000) Subject: php: don't use DOWNLOAD macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01ea62911ec1de12f8c865ec6467141c3b9e72b1;p=buildroot.git 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. --- diff --git a/package/php/php.mk b/package/php/php.mk index 86372ed722..836fc2a4d9 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)