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 10:22:36 +0100 |
commit | a56c21f582810a28e9493dcfae584132d7ea9451 (patch) | |
tree | fee8ee1d76664442b86cf578b811e9d4e65945e3 /tools/libelf | |
parent | a3446257a8737bfc2899c5911791873561feecc7 (diff) | |
download | upstream-a56c21f582810a28e9493dcfae584132d7ea9451.tar.gz upstream-a56c21f582810a28e9493dcfae584132d7ea9451.tar.bz2 upstream-a56c21f582810a28e9493dcfae584132d7ea9451.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>
Diffstat (limited to 'tools/libelf')
-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 |