projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5132df
)
elfutils: Add mirrors.kernel.org as mirrror
author
Ryan Keane
<the.ra2.ifv@gmail.com>
Wed, 13 Nov 2024 19:46:38 +0000
(11:46 -0800)
committer
Robert Marko
<robimarko@gmail.com>
Sat, 16 Nov 2024 18:57:58 +0000
(19:57 +0100)
Add mirrors.kernel.org as mirror, listed on sourceware mirror sites
page.
Link:
https://sourceware.org/mirrors.html
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
Link:
https://github.com/openwrt/openwrt/pull/16886
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/elfutils/Makefile
b/package/libs/elfutils/Makefile
index b8bb50b564c93fe28caa07ad96a5be08422a732c..7b31331e0bfbbbad2307cb7bdbcd906f82765b41 100644
(file)
--- a/
package/libs/elfutils/Makefile
+++ b/
package/libs/elfutils/Makefile
@@
-11,7
+11,8
@@
PKG_VERSION:=0.192
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION)
+PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) \
+ https://mirrors.kernel.org/sourceware/$(PKG_NAME)/$(PKG_VERSION)
PKG_HASH:=616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>