aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-14 16:46:23 -0800
committerFelix Fietkau <nbd@nbd.name>2021-02-15 07:12:51 +0100
commit0052daae6044cac4c05e1a7f63cff1ee1c6c5df8 (patch)
tree51534dd12644d59889df92b0571a512887ffe1bc /tools
parentd79eeba6887b69d6ee608480d267bd1bef768cb7 (diff)
downloadupstream-0052daae6044cac4c05e1a7f63cff1ee1c6c5df8.tar.gz
upstream-0052daae6044cac4c05e1a7f63cff1ee1c6c5df8.tar.bz2
upstream-0052daae6044cac4c05e1a7f63cff1ee1c6c5df8.zip
tools/patchelf: bump to use latest master
Recent ABI_VERSION commits make use of patchelf. It was discovered that with patchelf 0.10(and even 0.12) various big endian targets fail to link against libubox SO that was processed through patchelf. Using latest master patchelf fixes those link errors. Potential commits affecting big-endian processing https://github.com/NixOS/patchelf/commit/884eccc4f061a3dbdbe63a4c73f1cc9bbf77fa7d https://github.com/NixOS/patchelf/commit/d148bae6c1291b93d660a156a1756670069cd8cc Recent builds with failures: http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxrx200/builds/682 http://buildbot.openwrt.org/master/images/builders/ath79%2Fmikrotik/builds/449 Cc: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r--tools/patchelf/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/patchelf/Makefile b/tools/patchelf/Makefile
index 1b54fbb611..7c88f8dc45 100644
--- a/tools/patchelf/Makefile
+++ b/tools/patchelf/Makefile
@@ -7,11 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=patchelf
-PKG_VERSION:=0.10
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://nixos.org/releases/patchelf/patchelf-$(PKG_VERSION)
-PKG_HASH:=f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_URL:=https://github.com/NixOS/patchelf.git
+PKG_SOURCE_VERSION:=f34751b88bd07d7f44f5cd3200fb4122bf916c7e
+PKG_SOURCE_DATE:=2020-12-07
+PKG_MIRROR_HASH:=ac746930b919b97da40f259cfc9ab7bbd48a0c9cbf2eebd8cee5ae19a94356fd
HOST_BUILD_PARALLEL:=1
HOST_FIXUP:=autoreconf