]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
apache2: Download source from IPFire servers
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Sep 2017 11:56:42 +0000 (12:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Sep 2017 11:56:42 +0000 (12:56 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/apache2

index 219ef07dd1b4df18503707b2707db35c1a6a832b..72a9dfad1a12a3d9ea13fbc5f60a039dfeaa6e6a 100644 (file)
@@ -29,7 +29,7 @@ VER        = 2.4.27
 
 THISAPP    = httpd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 
 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)
 
 
 DIR_APP    = $(DIR_SRC)/$(THISAPP)