projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a344625
)
tools/libelf: Add mirrors as main site is dead
author
Daniel Engberg
<daniel.engberg.lists@pyret.net>
Thu, 14 Mar 2019 07:25:49 +0000
(08:25 +0100)
committer
Hans Dedecker
<dedeckeh@gmail.com>
Sun, 17 Mar 2019 09:22:36 +0000
(10:22 +0100)
Main site hasn't resolved for days so just add a few mirrors instead
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
tools/libelf/Makefile
patch
|
blob
|
history
diff --git
a/tools/libelf/Makefile
b/tools/libelf/Makefile
index ab7360ffee1de34077ce2581288bc6778f6b4d2a..31e2eaf0a8254ff13535f667780a921a3bca2bf2 100644
(file)
--- 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