libunwind: bump to version 1.3.1
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 4 Jun 2019 06:33:52 +0000 (06:33 +0000)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 5 Jun 2019 01:13:07 +0000 (01:13 +0000)
commitef7aa03bdb5e38b11a4430d1505e9398d587b467
treea74bed51da50ee4978cf18ec32d6fee310b8a487
parent3209f5ae3d54e6f028e2e54314180a1be5b4896e
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 <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/libs/libunwind/Makefile
package/libs/libunwind/patches/001-disable-tests.patch [deleted file]