From: Michael Tremer Date: Mon, 4 Sep 2017 11:56:42 +0000 (+0100) Subject: apache2: Download source from IPFire servers X-Git-Tag: v2.19-core114~1^2~12 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=051884986df3abc648f62832488578e4dee058f8 apache2: Download source from IPFire servers Signed-off-by: Michael Tremer --- diff --git a/lfs/apache2 b/lfs/apache2 index 219ef07dd1..72a9dfad1a 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -29,7 +29,7 @@ VER = 2.4.27 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = https://archive.apache.org/dist/httpd +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)