From ef7aa03bdb5e38b11a4430d1505e9398d587b467 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 4 Jun 2019 06:33:52 +0000 Subject: libunwind: bump to version 1.3.1 Libunwind provides a sigreturn stub for x86 in version 1.2 [1]. However the arch still depends on setcontext() which is unavailable in musl-libc and which is supposed to be "deprecated everywhere" [2] [1] x86 sigreturn unimplemented for some libcs, https://github.com/libunwind/libunwind/issues/13 [2] setcontext deprecated on x86, https://github.com/libunwind/libunwind/issues/69 Refs: https://github.com/openwrt/packages/issues/8548#issuecomment-497791552 Reported-by: Rosen Penev Signed-off-by: Yousong Zhou --- package/libs/libunwind/patches/001-disable-tests.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/libs/libunwind/patches/001-disable-tests.patch (limited to 'package/libs/libunwind/patches/001-disable-tests.patch') diff --git a/package/libs/libunwind/patches/001-disable-tests.patch b/package/libs/libunwind/patches/001-disable-tests.patch deleted file mode 100644 index 667b6a71e2..0000000000 --- a/package/libs/libunwind/patches/001-disable-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -42,7 +42,7 @@ endif - - nodist_include_HEADERS = include/libunwind-common.h - --SUBDIRS = src tests -+SUBDIRS = src - - if CONFIG_DOCS - SUBDIRS += doc -- cgit v1.2.3