diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-03-14 08:25:49 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-03-17 16:26:05 +0100 |
commit | 400601f0e341115eb87fd73032c08559c30491ef (patch) | |
tree | 2f4612a956e652284d168fcbb3e625b5d0c55ed8 /tools | |
parent | f87a1874efcd94cc34be2ad1ab0e9a4e92a4e282 (diff) | |
download | upstream-400601f0e341115eb87fd73032c08559c30491ef.tar.gz upstream-400601f0e341115eb87fd73032c08559c30491ef.tar.bz2 upstream-400601f0e341115eb87fd73032c08559c30491ef.zip |
tools/libelf: Add mirrors as main site is dead
Main site hasn't resolved for days so just add a few mirrors instead
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit a56c21f582810a28e9493dcfae584132d7ea9451)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libelf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile index ab7360ffee..31e2eaf0a8 100644 --- a/tools/libelf/Makefile +++ b/tools/libelf/Makefile @@ -13,8 +13,9 @@ PKG_HASH:=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.mr511.de/software/ - +PKG_SOURCE_URL:= \ + http://distfiles.gentoo.org/distfiles/ \ + http://distcache.freebsd.org/ports-distfiles/ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk |