From 7b3346b25c2b6ab299731140980ccef42138fc63 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 17 Jan 2016 19:21:04 +0100 Subject: [PATCH] libs/apr: use @APACHE download facility Instead of explicitly specyfing an Apache mirror use the @APACHE download facility. Signed-off-by: Heinrich Schuchardt --- libs/apr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index d61d31f9e..975447ddc 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.2 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/apr/ +PKG_SOURCE_URL:=@APACHE/apr/ PKG_MD5SUM:=4e9769f3349fe11fc0a5e1b224c236aa PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=Apache License