Przeglądaj źródła

libs/apr-util: use @APACHE download facility

Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Heinrich Schuchardt 9 lat temu
rodzic
commit
ca2e6c20ab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      libs/apr-util/Makefile

+ 1
- 1
libs/apr-util/Makefile Wyświetl plik

@@ -12,7 +12,7 @@ PKG_VERSION:=1.5.4
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15
-PKG_SOURCE_URL:=https://archive.apache.org/dist/apr/
15
+PKG_SOURCE_URL:=@APACHE/apr/
16 16
 PKG_MD5SUM:=2202b18f269ad606d70e1864857ed93c
17 17
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
18 18
 PKG_LICENSE:=Apache License