[openwrt/openwrt] libunwind: update to 1.6.2

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 6 20:28:23 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7cae91493901878167cc6e9af81e389214e405cc

commit 7cae91493901878167cc6e9af81e389214e405cc
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Aug 29 08:17:58 2022 +0200

    libunwind: update to 1.6.2
    
    Remove upstreamed:
    - 001-Don-t-force-exec_prefix-lib64-libdir-on-ppc64.patch
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libunwind/Makefile                    |  6 ++---
 ...t-force-exec_prefix-lib64-libdir-on-ppc64.patch | 29 ----------------------
 2 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile
index f129dafcbf..c676d501bd 100644
--- a/package/libs/libunwind/Makefile
+++ b/package/libs/libunwind/Makefile
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libunwind
-PKG_VERSION:=1.5.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.6.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
-PKG_HASH:=90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017
+PKG_HASH:=4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976
 
 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech at gmail.com>
 PKG_LICENSE:=X11
diff --git a/package/libs/libunwind/patches/001-Don-t-force-exec_prefix-lib64-libdir-on-ppc64.patch b/package/libs/libunwind/patches/001-Don-t-force-exec_prefix-lib64-libdir-on-ppc64.patch
deleted file mode 100644
index d6010ec0ae..0000000000
--- a/package/libs/libunwind/patches/001-Don-t-force-exec_prefix-lib64-libdir-on-ppc64.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 0af7e7a53480ce8e1cf6cfb4e9fe071c1185ef31 Mon Sep 17 00:00:00 2001
-From: Matthias Diener <matthias.diener at gmail.com>
-Date: Fri, 2 Jul 2021 12:36:10 -0500
-Subject: [PATCH] Don't force {exec_prefix}/lib64 libdir on ppc64
-
----
- configure.ac | 6 ------
- 1 file changed, 6 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9fadc163..0dec4ca6 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -215,12 +215,6 @@ fi
- AM_CONDITIONAL(USE_DWARF, [test x$use_dwarf = xyes])
- AC_MSG_RESULT([$use_dwarf])
- 
--if test x$target_arch = xppc64; then
--        libdir='${exec_prefix}/lib64'
--        AC_MSG_NOTICE([PowerPC64 detected, lib will be installed ${libdir}]);
--        AC_SUBST([libdir])
--fi
--
- AC_MSG_CHECKING([whether to restrict build to remote support])
- if test x$target_arch != x$host_arch; then
-   CPPFLAGS="${CPPFLAGS} -DUNW_REMOTE_ONLY"
--- 
-2.32.0
-




More information about the lede-commits mailing list